#70012C

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

Shades of Burgundy #70012C

Tints of Burgundy #70012C

Color information

#70012C (or 0x70012C) is unknown color: approx Burgundy. HEX triplet: 70, 01 and 2C. RGB value is (112,1,44). Sum of RGB (Red+Green+Blue) = 112+1+44=157 (20% of max value = 765). Red value is 112 (44.14% from 255 or 71.34% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 112 - color contains mainly: red. Hex color #70012C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70012C is #8FFED3. Grayscale: #272727. Windows color (decimal): -9436884 or 2883952. OLE color: 2883952.

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

Color convert

RGB112144-
CMYK00.990.610.56
HSL336.76º98.23%22.16%-
HSV(B)336.76º99.11%43.92%-
XYZ7.153.652.71-
YUV39.09130.77180-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 71.34%
GREEN value IS 1 (0.78% from 255) = 0.64%
BLUE value IS 44 (17.58% from 255) = 28.03%
R=71.34%
G=0.64%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11214400.990.610.56336.7698.2322.16
Hex7012C0633D381516216
Octal1601540143757052114226
Binary1110000110110001100011111101111000101010001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70012C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,1,44); }

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

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

 a { background-color: rgb(112,1,44); }

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

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

 span { border-color: rgb(112,1,44); }

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