#8E0310

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

Shades of Sangria #8E0310

Tints of Sangria #8E0310

Color information

#8E0310 (or 0x8E0310) is unknown color: approx Sangria. HEX triplet: 8E, 03 and 10. RGB value is (142,3,16). Sum of RGB (Red+Green+Blue) = 142+3+16=161 (21% of max value = 765). Red value is 142 (55.86% from 255 or 88.20% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 16 (6.64% from 255 or 9.94% from 161); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0310 is #71FCEF. Grayscale: #2E2E2E. Windows color (decimal): -7470320 or 1049486. OLE color: 1049486.

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

Color convert

RGB142316-
CMYK00.980.890.44
HSL354.39º95.86%28.43%-
HSV(B)354.39º97.89%55.69%-
XYZ11.285.851.03-
YUV46.04111.05196.44-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 88.20%
GREEN value IS 3 (1.56% from 255) = 1.86%
BLUE value IS 16 (6.64% from 255) = 9.94%
R=88.20%
G=1.86%
B=9.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.89
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14231600.980.890.44354.3995.8628.43
Hex8E310062592C162601c
Octal21632001421315454214034
Binary100011101110000011000101011001101100101100010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,3,16); }

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

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

 a { background-color: rgb(142,3,16); }

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

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

 span { border-color: rgb(142,3,16); }

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