#8E1132

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

Shades of Shiraz #8E1132

Tints of Shiraz #8E1132

Color information

#8E1132 (or 0x8E1132) is unknown color: approx Shiraz. HEX triplet: 8E, 11 and 32. RGB value is (142,17,50). Sum of RGB (Red+Green+Blue) = 142+17+50=209 (27% of max value = 765). Red value is 142 (55.86% from 255 or 67.94% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 50 (19.92% from 255 or 23.92% from 209); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1132 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E1132 is #71EECD. Grayscale: #3A3A3A. Windows color (decimal): -7466702 or 3281294. OLE color: 3281294.

HSL color Cylindrical-coordinate representation of color #8E1132: hue angle of 344.16º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8E1132 is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB1421750-
CMYK00.880.650.44
HSL344.16º78.62%31.18%-
HSV(B)344.16º88.03%55.69%-
XYZ11.936.383.62-
YUV58.14123.41187.82-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 67.94%
GREEN value IS 17 (7.03% from 255) = 8.13%
BLUE value IS 50 (19.92% from 255) = 23.92%
R=67.94%
G=8.13%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142175000.880.650.44344.1678.6231.18
Hex8E1132058412C1584f1f
Octal216216201301015453011737
Binary1000111010001110010010110001000001101100101011000100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,17,50); }

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

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

 a { background-color: rgb(142,17,50); }

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

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

 span { border-color: rgb(142,17,50); }

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