#8C0210

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

Shades of Sangria #8C0210

Tints of Sangria #8C0210

Color information

#8C0210 (or 0x8C0210) is unknown color: approx Sangria. HEX triplet: 8C, 02 and 10. RGB value is (140,2,16). Sum of RGB (Red+Green+Blue) = 140+2+16=158 (20% of max value = 765). Red value is 140 (55.08% from 255 or 88.61% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 16 (6.64% from 255 or 10.13% from 158); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0210 is #73FDEF. Grayscale: #2C2C2C. Windows color (decimal): -7601648 or 1049228. OLE color: 1049228.

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

Color convert

RGB140216-
CMYK00.990.890.45
HSL353.91º97.18%27.84%-
HSV(B)353.91º98.57%54.9%-
XYZ10.935.661.01-
YUV44.86111.72195.86-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 88.61%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 16 (6.64% from 255) = 10.13%
R=88.61%
G=1.27%
B=10.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14021600.990.890.45353.9197.1827.84
Hex8C210063592D162611c
Octal21422001431315554214134
Binary100011001010000011000111011001101101101100010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,2,16); }

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

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

 a { background-color: rgb(140,2,16); }

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

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

 span { border-color: rgb(140,2,16); }

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