#700720

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

Shades of Burgundy #700720

Tints of Burgundy #700720

Color information

#700720 (or 0x700720) is unknown color: approx Burgundy. HEX triplet: 70, 07 and 20. RGB value is (112,7,32). Sum of RGB (Red+Green+Blue) = 112+7+32=151 (20% of max value = 765). Red value is 112 (44.14% from 255 or 74.17% from 151); Green value is 7 (3.12% from 255 or 4.64% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 112 - color contains mainly: red. Hex color #700720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700720 is #8FF8DF. Grayscale: #292929. Windows color (decimal): -9435360 or 2099056. OLE color: 2099056.

HSL color Cylindrical-coordinate representation of color #700720: hue angle of 345.71º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700720 is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB112732-
CMYK00.940.710.56
HSL345.71º88.24%23.33%-
HSV(B)345.71º93.75%43.92%-
XYZ7.023.71.71-
YUV41.24122.79178.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 74.17%
GREEN value IS 7 (3.12% from 255) = 4.64%
BLUE value IS 32 (12.89% from 255) = 21.19%
R=74.17%
G=4.64%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11273200.940.710.56345.7188.2423.33
Hex7072005E473815a5817
Octal16074001361077053213027
Binary1110000111100000010111101000111111000101011010101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700720; }

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

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

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

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

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

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

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

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