#71020A

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

Shades of Burgundy #71020A

Tints of Burgundy #71020A

Color information

#71020A (or 0x71020A) is unknown color: approx Burgundy. HEX triplet: 71, 02 and 0A. RGB value is (113,2,10). Sum of RGB (Red+Green+Blue) = 113+2+10=125 (16% of max value = 765). Red value is 113 (44.53% from 255 or 90.4% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 10 (4.30% from 255 or 8% from 125); Max value from RGB is 113 - color contains mainly: red. Hex color #71020A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71020A is #8EFDF5. Grayscale: #242424. Windows color (decimal): -9371126 or 655985. OLE color: 655985.

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

Color convert

RGB113210-
CMYK00.980.910.56
HSL355.68º96.52%22.55%-
HSV(B)355.68º98.23%44.31%-
XYZ6.893.580.61-
YUV36.1113.27182.85-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 90.4%
GREEN value IS 2 (1.17% from 255) = 1.6%
BLUE value IS 10 (4.30% from 255) = 8%
R=90.4%
G=1.6%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11321000.980.910.56355.6896.5222.55
Hex712A0625B381646117
Octal16121201421337054414127
Binary1110001101010011000101011011111000101100100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71020A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71020A; }

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

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

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

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

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

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

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

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