#93183C

Color #93183C Shiraz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shiraz #93183C

Tints of Shiraz #93183C

Color information

#93183C (or 0x93183C) is unknown color: approx Shiraz. HEX triplet: 93, 18 and 3C. RGB value is (147,24,60). Sum of RGB (Red+Green+Blue) = 147+24+60=231 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.64% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 147 - color contains mainly: red. Hex color #93183C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93183C is #6CE7C3. Grayscale: #404040. Windows color (decimal): -7137220 or 3938451. OLE color: 3938451.

HSL color Cylindrical-coordinate representation of color #93183C: hue angle of 342.44º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #93183C is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB1472460-
CMYK00.840.590.42
HSL342.44º71.93%33.53%-
HSV(B)342.44º83.67%57.65%-
XYZ13.177.184.97-
YUV64.88125.25186.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 147 (57.81% from 255) = 63.64%
GREEN value IS 24 (9.77% from 255) = 10.39%
BLUE value IS 60 (23.83% from 255) = 25.97%
R=63.64%
G=10.39%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147246000.840.590.42342.4471.9333.53
Hex93183C0543B2A1564822
Octal22330740124735252611042
Binary1001001111000111100010101001110111010101010101101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93183C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93183C; }

 p { color: rgb(147,24,60); }

 H1.HeaderClassName
 {
   color: #93183C;
 }
 .AnyTagClassName
 {
   color: #93183C;
 }
</style>
background-color css

<style>
 a { background-color: #93183C; }

 a { background-color: rgb(147,24,60); }

 div.DivClassName
 {
   background-color: #93183C;
 }
 .BgClassName
 {
   background-color: #93183C;
 }
</style>
border-color css

<style>
 span { border-color: #93183C; }

 span { border-color: rgb(147,24,60); }

 td.TdClassName
 {
   border-color: #93183C;
 }
 .TagClassName
 {
   border-color: #93183C;
 }
</style>