#8E080B

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

Shades of Sangria #8E080B

Tints of Sangria #8E080B

Color information

#8E080B (or 0x8E080B) is unknown color: approx Sangria. HEX triplet: 8E, 08 and 0B. RGB value is (142,8,11). Sum of RGB (Red+Green+Blue) = 142+8+11=161 (21% of max value = 765). Red value is 142 (55.86% from 255 or 88.20% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 11 (4.69% from 255 or 6.83% from 161); Max value from RGB is 142 - color contains mainly: red. Hex color #8E080B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E080B is #71F7F4. Grayscale: #303030. Windows color (decimal): -7469045 or 723086. OLE color: 723086.

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

Color convert

RGB142811-
CMYK00.940.920.44
HSL358.66º89.33%29.41%-
HSV(B)358.66º94.37%55.69%-
XYZ11.35.950.87-
YUV48.41106.89194.76-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 88.20%
GREEN value IS 8 (3.52% from 255) = 4.97%
BLUE value IS 11 (4.69% from 255) = 6.83%
R=88.20%
G=4.97%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14281100.940.920.44358.6689.3329.41
Hex8E8B05E5C2C167591d
Octal216101301361345454713135
Binary1000111010001011010111101011100101100101100111101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E080B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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