#70040B

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

Shades of Burgundy #70040B

Tints of Burgundy #70040B

Color information

#70040B (or 0x70040B) is unknown color: approx Burgundy. HEX triplet: 70, 04 and 0B. RGB value is (112,4,11). Sum of RGB (Red+Green+Blue) = 112+4+11=127 (16% of max value = 765). Red value is 112 (44.14% from 255 or 88.19% from 127); Green value is 4 (1.95% from 255 or 3.15% from 127); Blue value is 11 (4.69% from 255 or 8.66% from 127); Max value from RGB is 112 - color contains mainly: red. Hex color #70040B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70040B is #8FFBF4. Grayscale: #252525. Windows color (decimal): -9436149 or 722032. OLE color: 722032.

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

Color convert

RGB112411-
CMYK00.960.900.56
HSL356.11º93.1%22.75%-
HSV(B)356.11º96.43%43.92%-
XYZ6.793.560.65-
YUV37.09113.28181.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 88.19%
GREEN value IS 4 (1.95% from 255) = 3.15%
BLUE value IS 11 (4.69% from 255) = 8.66%
R=88.19%
G=3.15%
B=8.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11241100.960.900.56356.1193.122.75
Hex704B0605A381645d17
Octal16041301401327054413527
Binary11100001001011011000001011010111000101100100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70040B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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