#70012A

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

Shades of Burgundy #70012A

Tints of Burgundy #70012A

Color information

#70012A (or 0x70012A) is unknown color: approx Burgundy. HEX triplet: 70, 01 and 2A. RGB value is (112,1,42). Sum of RGB (Red+Green+Blue) = 112+1+42=155 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.26% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 112 - color contains mainly: red. Hex color #70012A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70012A is #8FFED5. Grayscale: #262626. Windows color (decimal): -9436886 or 2752880. OLE color: 2752880.

HSL color Cylindrical-coordinate representation of color #70012A: hue angle of 337.84º 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 #70012A is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB112142-
CMYK00.990.620.56
HSL337.84º98.23%22.16%-
HSV(B)337.84º99.11%43.92%-
XYZ7.113.632.52-
YUV38.86129.77180.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 72.26%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 42 (16.80% from 255) = 27.10%
R=72.26%
G=0.65%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11214200.990.620.56337.8498.2322.16
Hex7012A0633E381526216
Octal1601520143767052214226
Binary1110000110101001100011111110111000101010010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70012A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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