#8C1516

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

Shades of Sangria #8C1516

Tints of Sangria #8C1516

Color information

#8C1516 (or 0x8C1516) is unknown color: approx Sangria. HEX triplet: 8C, 15 and 16. RGB value is (140,21,22). Sum of RGB (Red+Green+Blue) = 140+21+22=183 (24% of max value = 765). Red value is 140 (55.08% from 255 or 76.50% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1516 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C1516 is #73EAE9. Grayscale: #383838. Windows color (decimal): -7596778 or 1447308. OLE color: 1447308.

HSL color Cylindrical-coordinate representation of color #8C1516: hue angle of 359.5º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C1516 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB1402122-
CMYK00.850.840.45
HSL359.5º73.91%31.57%-
HSV(B)359.5º85%54.9%-
XYZ11.236.171.36-
YUV56.7108.42187.42-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 76.50%
GREEN value IS 21 (8.59% from 255) = 11.48%
BLUE value IS 22 (8.98% from 255) = 12.02%
R=76.50%
G=11.48%
B=12.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140212200.850.840.45359.573.9131.57
Hex8C1516055542D1674a20
Octal214252601251245554711240
Binary1000110010101101100101010110101001011011011001111001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,21,22); }

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

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

 a { background-color: rgb(140,21,22); }

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

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

 span { border-color: rgb(140,21,22); }

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