#710528

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

Shades of Burgundy #710528

Tints of Burgundy #710528

Color information

#710528 (or 0x710528) is unknown color: approx Burgundy. HEX triplet: 71, 05 and 28. RGB value is (113,5,40). Sum of RGB (Red+Green+Blue) = 113+5+40=158 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.52% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 40 (16.02% from 255 or 25.32% from 158); Max value from RGB is 113 - color contains mainly: red. Hex color #710528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710528 is #8EFAD7. Grayscale: #292929. Windows color (decimal): -9370328 or 2622833. OLE color: 2622833.

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

Color convert

RGB113540-
CMYK00.960.650.56
HSL340.56º91.53%23.14%-
HSV(B)340.56º95.58%44.31%-
XYZ7.253.772.35-
YUV41.28127.28179.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 71.52%
GREEN value IS 5 (2.34% from 255) = 3.16%
BLUE value IS 40 (16.02% from 255) = 25.32%
R=71.52%
G=3.16%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11354000.960.650.56340.5691.5323.14
Hex7152806041381555c17
Octal16155001401017052513427
Binary1110001101101000011000001000001111000101010101101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710528; }

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

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

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

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

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

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

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

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