#8E2A3C

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

Shades of Shiraz #8E2A3C

Tints of Shiraz #8E2A3C

Color information

#8E2A3C (or 0x8E2A3C) is unknown color: approx Shiraz. HEX triplet: 8E, 2A and 3C. RGB value is (142,42,60). Sum of RGB (Red+Green+Blue) = 142+42+60=244 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.20% from 244); Green value is 42 (16.80% from 255 or 17.21% from 244); Blue value is 60 (23.83% from 255 or 24.59% from 244); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2A3C is #71D5C3. Grayscale: #494949. Windows color (decimal): -7460292 or 3943054. OLE color: 3943054.

HSL color Cylindrical-coordinate representation of color #8E2A3C: hue angle of 349.2º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8E2A3C is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB1424260-
CMYK00.700.580.44
HSL349.2º54.35%36.08%-
HSV(B)349.2º70.42%55.69%-
XYZ12.87.735.09-
YUV73.95120.13176.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 58.20%
GREEN value IS 42 (16.80% from 255) = 17.21%
BLUE value IS 60 (23.83% from 255) = 24.59%
R=58.20%
G=17.21%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142426000.700.580.44349.254.3536.08
Hex8E2A3C0463A2C15d3624
Octal2165274010672545356644
Binary1000111010101011110001000110111010101100101011101110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E2A3C; }

 p { color: rgb(142,42,60); }

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

<style>
 a { background-color: #8E2A3C; }

 a { background-color: rgb(142,42,60); }

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

<style>
 span { border-color: #8E2A3C; }

 span { border-color: rgb(142,42,60); }

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