#8E1831

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

Shades of Shiraz #8E1831

Tints of Shiraz #8E1831

Color information

#8E1831 (or 0x8E1831) is unknown color: approx Shiraz. HEX triplet: 8E, 18 and 31. RGB value is (142,24,49). Sum of RGB (Red+Green+Blue) = 142+24+49=215 (28% of max value = 765). Red value is 142 (55.86% from 255 or 66.05% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 49 (19.53% from 255 or 22.79% from 215); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1831 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E1831 is #71E7CE. Grayscale: #3E3E3E. Windows color (decimal): -7464911 or 3217550. OLE color: 3217550.

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

Color convert

RGB1422449-
CMYK00.830.650.44
HSL347.29º71.08%32.55%-
HSV(B)347.29º83.1%55.69%-
XYZ12.046.633.55-
YUV62.13120.59184.97-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 66.05%
GREEN value IS 24 (9.77% from 255) = 11.16%
BLUE value IS 49 (19.53% from 255) = 22.79%
R=66.05%
G=11.16%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142244900.830.650.44347.2971.0832.55
Hex8E1831053412C15b4721
Octal216306101231015453310741
Binary10001110110001100010101001110000011011001010110111000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,24,49); }

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

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

 a { background-color: rgb(142,24,49); }

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

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

 span { border-color: rgb(142,24,49); }

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