#8E0208

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

Shades of Sangria #8E0208

Tints of Sangria #8E0208

Color information

#8E0208 (or 0x8E0208) is unknown color: approx Sangria. HEX triplet: 8E, 02 and 08. RGB value is (142,2,8). Sum of RGB (Red+Green+Blue) = 142+2+8=152 (20% of max value = 765). Red value is 142 (55.86% from 255 or 93.42% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 8 (3.52% from 255 or 5.26% from 152); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0208 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0208 is #71FDF7. Grayscale: #2C2C2C. Windows color (decimal): -7470584 or 524942. OLE color: 524942.

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

Color convert

RGB14228-
CMYK00.990.940.44
HSL357.43º97.22%28.24%-
HSV(B)357.43º98.59%55.69%-
XYZ11.225.810.76-
YUV44.54107.38197.51-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 93.42%
GREEN value IS 2 (1.17% from 255) = 1.32%
BLUE value IS 8 (3.52% from 255) = 5.26%
R=93.42%
G=1.32%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1422800.990.940.44357.4397.2228.24
Hex8E280635E2C165611c
Octal21621001431365454514134
Binary10001110101000011000111011110101100101100101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,2,8); }

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

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

 a { background-color: rgb(142,2,8); }

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

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

 span { border-color: rgb(142,2,8); }

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