#8E0406

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

Shades of Sangria #8E0406

Tints of Sangria #8E0406

Color information

#8E0406 (or 0x8E0406) is unknown color: approx Sangria. HEX triplet: 8E, 04 and 06. RGB value is (142,4,6). Sum of RGB (Red+Green+Blue) = 142+4+6=152 (20% of max value = 765). Red value is 142 (55.86% from 255 or 93.42% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 6 (2.73% from 255 or 3.95% from 152); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0406 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0406 is #71FBF9. Grayscale: #2D2D2D. Windows color (decimal): -7470074 or 394382. OLE color: 394382.

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

Color convert

RGB14246-
CMYK00.970.960.44
HSL359.13º94.52%28.63%-
HSV(B)359.13º97.18%55.69%-
XYZ11.235.850.71-
YUV45.49105.72196.84-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 93.42%
GREEN value IS 4 (1.95% from 255) = 2.63%
BLUE value IS 6 (2.73% from 255) = 3.95%
R=93.42%
G=2.63%
B=3.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.96
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1424600.970.960.44359.1394.5228.63
Hex8E46061602C1675f1d
Octal2164601411405454713735
Binary10001110100110011000011100000101100101100111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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