#700a21

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

Shades of Burgundy #700A21

Tints of Burgundy #700A21

Color information

#700A21 (or 0x700A21) is unknown color: approx Burgundy. HEX triplet: 70, 0A and 21. RGB value is (112,10,33). Sum of RGB (Red+Green+Blue) = 112+10+33=155 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.26% from 155); Green value is 10 (4.30% from 255 or 6.45% from 155); Blue value is 33 (13.28% from 255 or 21.29% from 155); Max value from RGB is 112 - color contains mainly: red. Hex color #700A21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700A21 is #8FF5DE. Grayscale: #2B2B2B. Windows color (decimal): -9434591 or 2165360. OLE color: 2165360.

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

Color convert

RGB1121033-
CMYK00.910.710.56
HSL346.47º83.61%23.92%-
HSV(B)346.47º91.07%43.92%-
XYZ7.073.771.79-
YUV43.12122.29177.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 72.26%
GREEN value IS 10 (4.30% from 255) = 6.45%
BLUE value IS 33 (13.28% from 255) = 21.29%
R=72.26%
G=6.45%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112103300.910.710.56346.4783.6123.92
Hex70A2105B473815a5418
Octal160124101331077053212430
Binary11100001010100001010110111000111111000101011010101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700a21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,10,33); }

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

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

 a { background-color: rgb(112,10,33); }

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

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

 span { border-color: rgb(112,10,33); }

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