#710220

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

Shades of Burgundy #710220

Tints of Burgundy #710220

Color information

#710220 (or 0x710220) is unknown color: approx Burgundy. HEX triplet: 71, 02 and 20. RGB value is (113,2,32). Sum of RGB (Red+Green+Blue) = 113+2+32=147 (19% of max value = 765). Red value is 113 (44.53% from 255 or 76.87% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 113 - color contains mainly: red. Hex color #710220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710220 is #8EFDDF. Grayscale: #262626. Windows color (decimal): -9371104 or 2097777. OLE color: 2097777.

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

Color convert

RGB113232-
CMYK00.980.720.56
HSL343.78º96.52%22.55%-
HSV(B)343.78º98.23%44.31%-
XYZ7.093.661.7-
YUV38.61124.27181.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 76.87%
GREEN value IS 2 (1.17% from 255) = 1.36%
BLUE value IS 32 (12.89% from 255) = 21.77%
R=76.87%
G=1.36%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11323200.980.720.56343.7896.5222.55
Hex7122006248381586117
Octal16124001421107053014127
Binary111000110100000011000101001000111000101011000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710220; }

 p { color: rgb(113,2,32); }

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

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

 a { background-color: rgb(113,2,32); }

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

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

 span { border-color: rgb(113,2,32); }

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