#8E060B

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

Shades of Sangria #8E060B

Tints of Sangria #8E060B

Color information

#8E060B (or 0x8E060B) is unknown color: approx Sangria. HEX triplet: 8E, 06 and 0B. RGB value is (142,6,11). Sum of RGB (Red+Green+Blue) = 142+6+11=159 (21% of max value = 765). Red value is 142 (55.86% from 255 or 89.31% from 159); Green value is 6 (2.73% from 255 or 3.77% from 159); Blue value is 11 (4.69% from 255 or 6.92% from 159); Max value from RGB is 142 - color contains mainly: red. Hex color #8E060B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E060B is #71F9F4. Grayscale: #2F2F2F. Windows color (decimal): -7469557 or 722574. OLE color: 722574.

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

Color convert

RGB142611-
CMYK00.960.920.44
HSL357.79º91.89%29.02%-
HSV(B)357.79º95.77%55.69%-
XYZ11.285.910.86-
YUV47.23107.56195.59-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 89.31%
GREEN value IS 6 (2.73% from 255) = 3.77%
BLUE value IS 11 (4.69% from 255) = 6.92%
R=89.31%
G=3.77%
B=6.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14261100.960.920.44357.7991.8929.02
Hex8E6B0605C2C1665c1d
Octal21661301401345454613435
Binary100011101101011011000001011100101100101100110101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E060B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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