#710A24

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

Shades of Burgundy #710A24

Tints of Burgundy #710A24

Color information

#710A24 (or 0x710A24) is unknown color: approx Burgundy. HEX triplet: 71, 0A and 24. RGB value is (113,10,36). Sum of RGB (Red+Green+Blue) = 113+10+36=159 (21% of max value = 765). Red value is 113 (44.53% from 255 or 71.07% from 159); Green value is 10 (4.30% from 255 or 6.29% from 159); Blue value is 36 (14.45% from 255 or 22.64% from 159); Max value from RGB is 113 - color contains mainly: red. Hex color #710A24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710A24 is #8EF5DB. Grayscale: #2B2B2B. Windows color (decimal): -9369052 or 2361969. OLE color: 2361969.

HSL color Cylindrical-coordinate representation of color #710A24: hue angle of 344.85º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #710A24 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB1131036-
CMYK00.910.680.56
HSL344.85º83.74%24.12%-
HSV(B)344.85º91.15%44.31%-
XYZ7.243.862.03-
YUV43.76123.62177.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 71.07%
GREEN value IS 10 (4.30% from 255) = 6.29%
BLUE value IS 36 (14.45% from 255) = 22.64%
R=71.07%
G=6.29%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113103600.910.680.56344.8583.7424.12
Hex71A2405B44381595418
Octal161124401331047053112430
Binary11100011010100100010110111000100111000101011001101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710A24; }

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

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

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

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

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

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

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

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