#710424

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

Shades of Burgundy #710424

Tints of Burgundy #710424

Color information

#710424 (or 0x710424) is unknown color: approx Burgundy. HEX triplet: 71, 04 and 24. RGB value is (113,4,36). Sum of RGB (Red+Green+Blue) = 113+4+36=153 (20% of max value = 765). Red value is 113 (44.53% from 255 or 73.86% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 36 (14.45% from 255 or 23.53% from 153); Max value from RGB is 113 - color contains mainly: red. Hex color #710424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710424 is #8EFBDB. Grayscale: #282828. Windows color (decimal): -9370588 or 2360433. OLE color: 2360433.

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

Color convert

RGB113436-
CMYK00.960.680.56
HSL342.39º93.16%22.94%-
HSV(B)342.39º96.46%44.31%-
XYZ7.173.722.01-
YUV40.24125.61179.9-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 73.86%
GREEN value IS 4 (1.95% from 255) = 2.61%
BLUE value IS 36 (14.45% from 255) = 23.53%
R=73.86%
G=2.61%
B=23.53%

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
Decimal11343600.960.680.56342.3993.1622.94
Hex7142406044381565d17
Octal16144401401047052613527
Binary1110001100100100011000001000100111000101010110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710424; }

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

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

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

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

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

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

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

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