#70070C

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

Shades of Burgundy #70070C

Tints of Burgundy #70070C

Color information

#70070C (or 0x70070C) is unknown color: approx Burgundy. HEX triplet: 70, 07 and 0C. RGB value is (112,7,12). Sum of RGB (Red+Green+Blue) = 112+7+12=131 (17% of max value = 765). Red value is 112 (44.14% from 255 or 85.50% from 131); Green value is 7 (3.12% from 255 or 5.34% from 131); Blue value is 12 (5.08% from 255 or 9.16% from 131); Max value from RGB is 112 - color contains mainly: red. Hex color #70070C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70070C is #8FF8F3. Grayscale: #272727. Windows color (decimal): -9435380 or 788336. OLE color: 788336.

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

Color convert

RGB112712-
CMYK00.940.890.56
HSL357.14º88.24%23.33%-
HSV(B)357.14º93.75%43.92%-
XYZ6.823.620.69-
YUV38.97112.79180.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 85.50%
GREEN value IS 7 (3.12% from 255) = 5.34%
BLUE value IS 12 (5.08% from 255) = 9.16%
R=85.50%
G=5.34%
B=9.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11271200.940.890.56357.1488.2423.33
Hex707C05E59381655817
Octal16071401361317054513027
Binary11100001111100010111101011001111000101100101101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70070C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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