#8E2D40

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

Shades of Shiraz #8E2D40

Tints of Shiraz #8E2D40

Color information

#8E2D40 (or 0x8E2D40) is unknown color: approx Shiraz. HEX triplet: 8E, 2D and 40. RGB value is (142,45,64). Sum of RGB (Red+Green+Blue) = 142+45+64=251 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.57% from 251); Green value is 45 (17.97% from 255 or 17.93% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2D40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2D40 is #71D2BF. Grayscale: #4C4C4C. Windows color (decimal): -7459520 or 4205966. OLE color: 4205966.

HSL color Cylindrical-coordinate representation of color #8E2D40: hue angle of 348.25º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E2D40 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB1424564-
CMYK00.680.550.44
HSL348.25º51.87%36.67%-
HSV(B)348.25º68.31%55.69%-
XYZ13.0285.71-
YUV76.17121.14174.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 56.57%
GREEN value IS 45 (17.97% from 255) = 17.93%
BLUE value IS 64 (25.39% from 255) = 25.50%
R=56.57%
G=17.93%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.55
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142456400.680.550.44348.2551.8736.67
Hex8E2D40044372C15c3425
Octal21655100010467545346445
Binary10001110101101100000001000100110111101100101011100110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,45,64); }

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

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

 a { background-color: rgb(142,45,64); }

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

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

 span { border-color: rgb(142,45,64); }

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