#70051c

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

Shades of Burgundy #70051C

Tints of Burgundy #70051C

Color information

#70051C (or 0x70051C) is unknown color: approx Burgundy. HEX triplet: 70, 05 and 1C. RGB value is (112,5,28). Sum of RGB (Red+Green+Blue) = 112+5+28=145 (19% of max value = 765). Red value is 112 (44.14% from 255 or 77.24% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 28 (11.33% from 255 or 19.31% from 145); Max value from RGB is 112 - color contains mainly: red. Hex color #70051C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70051C is #8FFAE3. Grayscale: #272727. Windows color (decimal): -9435876 or 1836400. OLE color: 1836400.

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

Color convert

RGB112528-
CMYK00.960.750.56
HSL347.1º91.45%22.94%-
HSV(B)347.1º95.54%43.92%-
XYZ6.953.641.43-
YUV39.62121.45179.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 77.24%
GREEN value IS 5 (2.34% from 255) = 3.45%
BLUE value IS 28 (11.33% from 255) = 19.31%
R=77.24%
G=3.45%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11252800.960.750.56347.191.4522.94
Hex7051C0604B3815b5b17
Octal16053401401137053313327
Binary111000010111100011000001001011111000101011011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70051c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70051c; }

 p { color: rgb(112,5,28); }

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

<style>
 a { background-color: #70051c; }

 a { background-color: rgb(112,5,28); }

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

<style>
 span { border-color: #70051c; }

 span { border-color: rgb(112,5,28); }

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