#710525

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

Shades of Burgundy #710525

Tints of Burgundy #710525

Color information

#710525 (or 0x710525) is unknown color: approx Burgundy. HEX triplet: 71, 05 and 25. RGB value is (113,5,37). Sum of RGB (Red+Green+Blue) = 113+5+37=155 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.90% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 37 (14.84% from 255 or 23.87% from 155); Max value from RGB is 113 - color contains mainly: red. Hex color #710525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710525 is #8EFADA. Grayscale: #282828. Windows color (decimal): -9370331 or 2426225. OLE color: 2426225.

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

Color convert

RGB113537-
CMYK00.960.670.56
HSL342.22º91.53%23.14%-
HSV(B)342.22º95.58%44.31%-
XYZ7.23.752.1-
YUV40.94125.78179.4-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 72.90%
GREEN value IS 5 (2.34% from 255) = 3.23%
BLUE value IS 37 (14.84% from 255) = 23.87%
R=72.90%
G=3.23%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11353700.960.670.56342.2291.5323.14
Hex7152506043381565c17
Octal16154501401037052613427
Binary1110001101100101011000001000011111000101010110101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710525; }

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

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

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

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

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

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

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

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