#70020B

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

Shades of Burgundy #70020B

Tints of Burgundy #70020B

Color information

#70020B (or 0x70020B) is unknown color: approx Burgundy. HEX triplet: 70, 02 and 0B. RGB value is (112,2,11). Sum of RGB (Red+Green+Blue) = 112+2+11=125 (16% of max value = 765). Red value is 112 (44.14% from 255 or 89.6% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 11 (4.69% from 255 or 8.8% from 125); Max value from RGB is 112 - color contains mainly: red. Hex color #70020B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70020B is #8FFDF4. Grayscale: #232323. Windows color (decimal): -9436661 or 721520. OLE color: 721520.

HSL color Cylindrical-coordinate representation of color #70020B: hue angle of 355.09º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #70020B is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB112211-
CMYK00.980.900.56
HSL355.09º96.49%22.35%-
HSV(B)355.09º98.21%43.92%-
XYZ6.763.510.64-
YUV35.92113.94182.27-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 89.6%
GREEN value IS 2 (1.17% from 255) = 1.6%
BLUE value IS 11 (4.69% from 255) = 8.8%
R=89.6%
G=1.6%
B=8.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11221100.980.900.56355.0996.4922.35
Hex702B0625A381636016
Octal16021301421327054314026
Binary1110000101011011000101011010111000101100011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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