#8E0409

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

Shades of Sangria #8E0409

Tints of Sangria #8E0409

Color information

#8E0409 (or 0x8E0409) is unknown color: approx Sangria. HEX triplet: 8E, 04 and 09. RGB value is (142,4,9). Sum of RGB (Red+Green+Blue) = 142+4+9=155 (20% of max value = 765). Red value is 142 (55.86% from 255 or 91.61% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 9 (3.91% from 255 or 5.81% from 155); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0409 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0409 is #71FBF6. Grayscale: #2D2D2D. Windows color (decimal): -7470071 or 590990. OLE color: 590990.

HSL color Cylindrical-coordinate representation of color #8E0409: hue angle of 357.83º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8E0409 is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB14249-
CMYK00.970.940.44
HSL357.83º94.52%28.63%-
HSV(B)357.83º97.18%55.69%-
XYZ11.255.860.8-
YUV45.83107.22196.59-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 91.61%
GREEN value IS 4 (1.95% from 255) = 2.58%
BLUE value IS 9 (3.91% from 255) = 5.81%
R=91.61%
G=2.58%
B=5.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1424900.970.940.44357.8394.5228.63
Hex8E490615E2C1665f1d
Octal21641101411365454613735
Binary100011101001001011000011011110101100101100110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,4,9); }

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

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

 a { background-color: rgb(142,4,9); }

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

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

 span { border-color: rgb(142,4,9); }

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