#700B20

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

Shades of Burgundy #700B20

Tints of Burgundy #700B20

Color information

#700B20 (or 0x700B20) is unknown color: approx Burgundy. HEX triplet: 70, 0B and 20. RGB value is (112,11,32). Sum of RGB (Red+Green+Blue) = 112+11+32=155 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.26% from 155); Green value is 11 (4.69% from 255 or 7.10% from 155); Blue value is 32 (12.89% from 255 or 20.65% from 155); Max value from RGB is 112 - color contains mainly: red. Hex color #700B20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700B20 is #8FF4DF. Grayscale: #2B2B2B. Windows color (decimal): -9434336 or 2100080. OLE color: 2100080.

HSL color Cylindrical-coordinate representation of color #700B20: hue angle of 347.52º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #700B20 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB1121132-
CMYK00.900.710.56
HSL347.52º82.11%24.12%-
HSV(B)347.52º90.18%43.92%-
XYZ7.063.791.73-
YUV43.59121.46176.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 72.26%
GREEN value IS 11 (4.69% from 255) = 7.10%
BLUE value IS 32 (12.89% from 255) = 20.65%
R=72.26%
G=7.10%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112113200.900.710.56347.5282.1124.12
Hex70B2005A473815c5218
Octal160134001321077053412230
Binary11100001011100000010110101000111111000101011100101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700B20; }

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

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

<style>
 a { background-color: #700B20; }

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

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

<style>
 span { border-color: #700B20; }

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

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