#710524

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

Shades of Burgundy #710524

Tints of Burgundy #710524

Color information

#710524 (or 0x710524) is unknown color: approx Burgundy. HEX triplet: 71, 05 and 24. RGB value is (113,5,36). Sum of RGB (Red+Green+Blue) = 113+5+36=154 (20% of max value = 765). Red value is 113 (44.53% from 255 or 73.38% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 36 (14.45% from 255 or 23.38% from 154); Max value from RGB is 113 - color contains mainly: red. Hex color #710524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710524 is #8EFADB. Grayscale: #282828. Windows color (decimal): -9370332 or 2360689. OLE color: 2360689.

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

Color convert

RGB113536-
CMYK00.960.680.56
HSL342.78º91.53%23.14%-
HSV(B)342.78º95.58%44.31%-
XYZ7.183.752.01-
YUV40.83125.28179.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 73.38%
GREEN value IS 5 (2.34% from 255) = 3.25%
BLUE value IS 36 (14.45% from 255) = 23.38%
R=73.38%
G=3.25%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11353600.960.680.56342.7891.5323.14
Hex7152406044381575c17
Octal16154401401047052713427
Binary1110001101100100011000001000100111000101010111101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710524; }

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

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

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

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

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

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

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

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