#70011B

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

Shades of Burgundy #70011B

Tints of Burgundy #70011B

Color information

#70011B (or 0x70011B) is unknown color: approx Burgundy. HEX triplet: 70, 01 and 1B. RGB value is (112,1,27). Sum of RGB (Red+Green+Blue) = 112+1+27=140 (18% of max value = 765). Red value is 112 (44.14% from 255 or 80% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 27 (10.94% from 255 or 19.29% from 140); Max value from RGB is 112 - color contains mainly: red. Hex color #70011B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70011B is #8FFEE4. Grayscale: #252525. Windows color (decimal): -9436901 or 1769840. OLE color: 1769840.

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

Color convert

RGB112127-
CMYK00.990.760.56
HSL345.95º98.23%22.16%-
HSV(B)345.95º99.11%43.92%-
XYZ6.893.551.36-
YUV37.15122.27181.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 80%
GREEN value IS 1 (0.78% from 255) = 0.71%
BLUE value IS 27 (10.94% from 255) = 19.29%
R=80%
G=0.71%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11212700.990.760.56345.9598.2322.16
Hex7011B0634C3815a6216
Octal16013301431147053214226
Binary1110000111011011000111001100111000101011010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70011B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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