#71022A

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

Shades of Burgundy #71022A

Tints of Burgundy #71022A

Color information

#71022A (or 0x71022A) is unknown color: approx Burgundy. HEX triplet: 71, 02 and 2A. RGB value is (113,2,42). Sum of RGB (Red+Green+Blue) = 113+2+42=157 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.97% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 113 - color contains mainly: red. Hex color #71022A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71022A is #8EFDD5. Grayscale: #272727. Windows color (decimal): -9371094 or 2753137. OLE color: 2753137.

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

Color convert

RGB113242-
CMYK00.980.630.56
HSL338.38º96.52%22.55%-
HSV(B)338.38º98.23%44.31%-
XYZ7.253.722.53-
YUV39.75129.27180.25-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 71.97%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 42 (16.80% from 255) = 26.75%
R=71.97%
G=1.27%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11324200.980.630.56338.3896.5222.55
Hex7122A0623F381526117
Octal1612520142777052214127
Binary11100011010101001100010111111111000101010010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71022A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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