#8E050A

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

Shades of Sangria #8E050A

Tints of Sangria #8E050A

Color information

#8E050A (or 0x8E050A) is unknown color: approx Sangria. HEX triplet: 8E, 05 and 0A. RGB value is (142,5,10). Sum of RGB (Red+Green+Blue) = 142+5+10=157 (20% of max value = 765). Red value is 142 (55.86% from 255 or 90.45% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 10 (4.30% from 255 or 6.37% from 157); Max value from RGB is 142 - color contains mainly: red. Hex color #8E050A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E050A is #71FAF5. Grayscale: #2E2E2E. Windows color (decimal): -7469814 or 656782. OLE color: 656782.

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

Color convert

RGB142510-
CMYK00.960.930.44
HSL357.81º93.2%28.82%-
HSV(B)357.81º96.48%55.69%-
XYZ11.265.880.83-
YUV46.53107.39196.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 90.45%
GREEN value IS 5 (2.34% from 255) = 3.18%
BLUE value IS 10 (4.30% from 255) = 6.37%
R=90.45%
G=3.18%
B=6.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.93
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14251000.960.930.44357.8193.228.82
Hex8E5A0605D2C1665d1d
Octal21651201401355454613535
Binary100011101011010011000001011101101100101100110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,5,10); }

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

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

 a { background-color: rgb(142,5,10); }

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

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

 span { border-color: rgb(142,5,10); }

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