#71052C

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

Shades of Burgundy #71052C

Tints of Burgundy #71052C

Color information

#71052C (or 0x71052C) is unknown color: approx Burgundy. HEX triplet: 71, 05 and 2C. RGB value is (113,5,44). Sum of RGB (Red+Green+Blue) = 113+5+44=162 (21% of max value = 765). Red value is 113 (44.53% from 255 or 69.75% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 44 (17.58% from 255 or 27.16% from 162); Max value from RGB is 113 - color contains mainly: red. Hex color #71052C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71052C is #8EFAD3. Grayscale: #292929. Windows color (decimal): -9370324 or 2884977. OLE color: 2884977.

HSL color Cylindrical-coordinate representation of color #71052C: hue angle of 338.33º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #71052C is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB113544-
CMYK00.960.610.56
HSL338.33º91.53%23.14%-
HSV(B)338.33º95.58%44.31%-
XYZ7.323.82.73-
YUV41.74129.28178.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 69.75%
GREEN value IS 5 (2.34% from 255) = 3.09%
BLUE value IS 44 (17.58% from 255) = 27.16%
R=69.75%
G=3.09%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11354400.960.610.56338.3391.5323.14
Hex7152C0603D381525c17
Octal1615540140757052213427
Binary111000110110110001100000111101111000101010010101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71052C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71052C; }

 p { color: rgb(113,5,44); }

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

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

 a { background-color: rgb(113,5,44); }

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

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

 span { border-color: rgb(113,5,44); }

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