#8E1737

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

Shades of Shiraz #8E1737

Tints of Shiraz #8E1737

Color information

#8E1737 (or 0x8E1737) is unknown color: approx Shiraz. HEX triplet: 8E, 17 and 37. RGB value is (142,23,55). Sum of RGB (Red+Green+Blue) = 142+23+55=220 (29% of max value = 765). Red value is 142 (55.86% from 255 or 64.55% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 55 (21.88% from 255 or 25% from 220); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1737 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E1737 is #71E8C8. Grayscale: #3E3E3E. Windows color (decimal): -7465161 or 3610510. OLE color: 3610510.

HSL color Cylindrical-coordinate representation of color #8E1737: hue angle of 343.87º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8E1737 is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.44.

Color convert

RGB1422355-
CMYK00.840.610.44
HSL343.87º72.12%32.35%-
HSV(B)343.87º83.8%55.69%-
XYZ12.156.644.26-
YUV62.23123.92184.9-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 64.55%
GREEN value IS 23 (9.38% from 255) = 10.45%
BLUE value IS 55 (21.88% from 255) = 25%
R=64.55%
G=10.45%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.61
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142235500.840.610.44343.8772.1232.35
Hex8E17370543D2C1584820
Octal21627670124755453011040
Binary1000111010111110111010101001111011011001010110001001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,23,55); }

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

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

 a { background-color: rgb(142,23,55); }

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

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

 span { border-color: rgb(142,23,55); }

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