#70000C

Color #70000C Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #70000C

Tints of Burgundy #70000C

Color information

#70000C (or 0x70000C) is unknown color: approx Burgundy. HEX triplet: 70, 00 and 0C. RGB value is (112,0,12). Sum of RGB (Red+Green+Blue) = 112+0+12=124 (16% of max value = 765). Red value is 112 (44.14% from 255 or 90.32% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 12 (5.08% from 255 or 9.68% from 124); Max value from RGB is 112 - color contains mainly: red. Hex color #70000C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70000C is #8FFFF3. Grayscale: #222222. Windows color (decimal): -9437172 or 786544. OLE color: 786544.

HSL color Cylindrical-coordinate representation of color #70000C: hue angle of 353.57º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #70000C is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB112012-
CMYK010.890.56
HSL353.57º100%21.96%-
HSV(B)353.57º100%43.92%-
XYZ6.753.470.66-
YUV34.86115.11183.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 90.32%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 12 (5.08% from 255) = 9.68%
R=90.32%
G=0%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112012010.890.56353.5710021.96
Hex700C06459381626416
Octal16001401441317054214426
Binary111000001100011001001011001111000101100010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70000C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70000C; }

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

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

<style>
 a { background-color: #70000C; }

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

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

<style>
 span { border-color: #70000C; }

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

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