#70041B

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

Shades of Burgundy #70041B

Tints of Burgundy #70041B

Color information

#70041B (or 0x70041B) is unknown color: approx Burgundy. HEX triplet: 70, 04 and 1B. RGB value is (112,4,27). Sum of RGB (Red+Green+Blue) = 112+4+27=143 (18% of max value = 765). Red value is 112 (44.14% from 255 or 78.32% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 27 (10.94% from 255 or 18.88% from 143); Max value from RGB is 112 - color contains mainly: red. Hex color #70041B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70041B is #8FFBE4. Grayscale: #262626. Windows color (decimal): -9436133 or 1770608. OLE color: 1770608.

HSL color Cylindrical-coordinate representation of color #70041B: hue angle of 347.22º degrees, saturation: 0.93, 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 #70041B is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB112427-
CMYK00.960.760.56
HSL347.22º93.1%22.75%-
HSV(B)347.22º96.43%43.92%-
XYZ6.923.611.37-
YUV38.91121.28180.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 78.32%
GREEN value IS 4 (1.95% from 255) = 2.80%
BLUE value IS 27 (10.94% from 255) = 18.88%
R=78.32%
G=2.80%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11242700.960.760.56347.2293.122.75
Hex7041B0604C3815b5d17
Octal16043301401147053313527
Binary111000010011011011000001001100111000101011011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70041B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70041B; }

 p { color: rgb(112,4,27); }

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

<style>
 a { background-color: #70041B; }

 a { background-color: rgb(112,4,27); }

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

<style>
 span { border-color: #70041B; }

 span { border-color: rgb(112,4,27); }

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