#700210

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

Shades of Burgundy #700210

Tints of Burgundy #700210

Color information

#700210 (or 0x700210) is unknown color: approx Burgundy. HEX triplet: 70, 02 and 10. RGB value is (112,2,16). Sum of RGB (Red+Green+Blue) = 112+2+16=130 (17% of max value = 765). Red value is 112 (44.14% from 255 or 86.15% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 16 (6.64% from 255 or 12.31% from 130); Max value from RGB is 112 - color contains mainly: red. Hex color #700210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700210 is #8FFDEF. Grayscale: #242424. Windows color (decimal): -9436656 or 1049200. OLE color: 1049200.

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

Color convert

RGB112216-
CMYK00.980.860.56
HSL352.36º96.49%22.35%-
HSV(B)352.36º98.21%43.92%-
XYZ6.83.530.81-
YUV36.49116.44181.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 86.15%
GREEN value IS 2 (1.17% from 255) = 1.54%
BLUE value IS 16 (6.64% from 255) = 12.31%
R=86.15%
G=1.54%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11221600.980.860.56352.3696.4922.35
Hex7021006256381606016
Octal16022001421267054014026
Binary11100001010000011000101010110111000101100000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700210; }

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

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

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

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

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

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

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

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