#71052B

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

Shades of Burgundy #71052B

Tints of Burgundy #71052B

Color information

#71052B (or 0x71052B) is unknown color: approx Burgundy. HEX triplet: 71, 05 and 2B. RGB value is (113,5,43). Sum of RGB (Red+Green+Blue) = 113+5+43=161 (21% of max value = 765). Red value is 113 (44.53% from 255 or 70.19% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 113 - color contains mainly: red. Hex color #71052B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71052B is #8EFAD4. Grayscale: #292929. Windows color (decimal): -9370325 or 2819441. OLE color: 2819441.

HSL color Cylindrical-coordinate representation of color #71052B: hue angle of 338.89º 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 #71052B is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB113543-
CMYK00.960.620.56
HSL338.89º91.53%23.14%-
HSV(B)338.89º95.58%44.31%-
XYZ7.33.792.63-
YUV41.62128.78178.91-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 70.19%
GREEN value IS 5 (2.34% from 255) = 3.11%
BLUE value IS 43 (17.19% from 255) = 26.71%
R=70.19%
G=3.11%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11354300.960.620.56338.8991.5323.14
Hex7152B0603E381535c17
Octal1615530140767052313427
Binary111000110110101101100000111110111000101010011101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71052B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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