#8E1836

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

Shades of Shiraz #8E1836

Tints of Shiraz #8E1836

Color information

#8E1836 (or 0x8E1836) is unknown color: approx Shiraz. HEX triplet: 8E, 18 and 36. RGB value is (142,24,54). Sum of RGB (Red+Green+Blue) = 142+24+54=220 (29% of max value = 765). Red value is 142 (55.86% from 255 or 64.55% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 54 (21.48% from 255 or 24.55% from 220); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1836 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E1836 is #71E7C9. Grayscale: #3E3E3E. Windows color (decimal): -7464906 or 3545230. OLE color: 3545230.

HSL color Cylindrical-coordinate representation of color #8E1836: hue angle of 344.75º 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 #8E1836 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.44.

Color convert

RGB1422454-
CMYK00.830.620.44
HSL344.75º71.08%32.55%-
HSV(B)344.75º83.1%55.69%-
XYZ12.156.674.14-
YUV62.7123.09184.56-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 64.55%
GREEN value IS 24 (9.77% from 255) = 10.91%
BLUE value IS 54 (21.48% from 255) = 24.55%
R=64.55%
G=10.91%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.62
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142245400.830.620.44344.7571.0832.55
Hex8E18360533E2C1594721
Octal21630660123765453110741
Binary1000111011000110110010100111111101011001010110011000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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