#8C0112

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

Shades of Sangria #8C0112

Tints of Sangria #8C0112

Color information

#8C0112 (or 0x8C0112) is unknown color: approx Sangria. HEX triplet: 8C, 01 and 12. RGB value is (140,1,18). Sum of RGB (Red+Green+Blue) = 140+1+18=159 (21% of max value = 765). Red value is 140 (55.08% from 255 or 88.05% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0112 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0112 is #73FEED. Grayscale: #2C2C2C. Windows color (decimal): -7601902 or 1180044. OLE color: 1180044.

HSL color Cylindrical-coordinate representation of color #8C0112: hue angle of 352.66º degrees, saturation: 0.99, 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 #8C0112 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.45.

Color convert

RGB140118-
CMYK00.990.870.45
HSL352.66º98.58%27.65%-
HSV(B)352.66º99.29%54.9%-
XYZ10.945.641.08-
YUV44.5113.05196.12-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 88.05%
GREEN value IS 1 (0.78% from 255) = 0.63%
BLUE value IS 18 (7.42% from 255) = 11.32%
R=88.05%
G=0.63%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.87
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14011800.990.870.45352.6698.5827.65
Hex8C112063572D161631c
Octal21412201431275554114334
Binary10001100110010011000111010111101101101100001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,1,18); }

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

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

 a { background-color: rgb(140,1,18); }

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

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

 span { border-color: rgb(140,1,18); }

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