#700211

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

Shades of Burgundy #700211

Tints of Burgundy #700211

Color information

#700211 (or 0x700211) is unknown color: approx Burgundy. HEX triplet: 70, 02 and 11. RGB value is (112,2,17). Sum of RGB (Red+Green+Blue) = 112+2+17=131 (17% of max value = 765). Red value is 112 (44.14% from 255 or 85.50% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 17 (7.03% from 255 or 12.98% from 131); Max value from RGB is 112 - color contains mainly: red. Hex color #700211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700211 is #8FFDEE. Grayscale: #242424. Windows color (decimal): -9436655 or 1114736. OLE color: 1114736.

HSL color Cylindrical-coordinate representation of color #700211: hue angle of 351.82º 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 #700211 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB112217-
CMYK00.980.850.56
HSL351.82º96.49%22.35%-
HSV(B)351.82º98.21%43.92%-
XYZ6.83.530.85-
YUV36.6116.94181.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 85.50%
GREEN value IS 2 (1.17% from 255) = 1.53%
BLUE value IS 17 (7.03% from 255) = 12.98%
R=85.50%
G=1.53%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11221700.980.850.56351.8296.4922.35
Hex7021106255381606016
Octal16022101421257054014026
Binary11100001010001011000101010101111000101100000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700211; }

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

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

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

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

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

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

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

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