#8c000c

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

Shades of Sangria #8C000C

Tints of Sangria #8C000C

Color information

#8C000C (or 0x8C000C) is unknown color: approx Sangria. HEX triplet: 8C, 00 and 0C. RGB value is (140,0,12). Sum of RGB (Red+Green+Blue) = 140+0+12=152 (20% of max value = 765). Red value is 140 (55.08% from 255 or 92.11% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 12 (5.08% from 255 or 7.89% from 152); Max value from RGB is 140 - color contains mainly: red. Hex color #8C000C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C000C is #73FFF3. Grayscale: #2B2B2B. Windows color (decimal): -7602164 or 786572. OLE color: 786572.

HSL color Cylindrical-coordinate representation of color #8C000C: hue angle of 354.86º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C000C is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB140012-
CMYK010.910.45
HSL354.86º100%27.45%-
HSV(B)354.86º100%54.9%-
XYZ10.885.60.86-
YUV43.23110.38197.02-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 92.11%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 12 (5.08% from 255) = 7.89%
R=92.11%
G=0%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140012010.910.45354.8610027.45
Hex8C0C0645B2D163641b
Octal21401401441335554314433
Binary1000110001100011001001011011101101101100011110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c000c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,0,12); }

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

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

 a { background-color: rgb(140,0,12); }

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

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

 span { border-color: rgb(140,0,12); }

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