#710A18

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

Shades of Burgundy #710A18

Tints of Burgundy #710A18

Color information

#710A18 (or 0x710A18) is unknown color: approx Burgundy. HEX triplet: 71, 0A and 18. RGB value is (113,10,24). Sum of RGB (Red+Green+Blue) = 113+10+24=147 (19% of max value = 765). Red value is 113 (44.53% from 255 or 76.87% from 147); Green value is 10 (4.30% from 255 or 6.80% from 147); Blue value is 24 (9.77% from 255 or 16.33% from 147); Max value from RGB is 113 - color contains mainly: red. Hex color #710A18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710A18 is #8EF5E7. Grayscale: #2A2A2A. Windows color (decimal): -9369064 or 1575537. OLE color: 1575537.

HSL color Cylindrical-coordinate representation of color #710A18: hue angle of 351.84º 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 #710A18 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB1131024-
CMYK00.910.790.56
HSL351.84º83.74%24.12%-
HSV(B)351.84º91.15%44.31%-
XYZ7.083.791.22-
YUV42.39117.62178.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 76.87%
GREEN value IS 10 (4.30% from 255) = 6.80%
BLUE value IS 24 (9.77% from 255) = 16.33%
R=76.87%
G=6.80%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113102400.910.790.56351.8483.7424.12
Hex71A1805B4F381605418
Octal161123001331177054012430
Binary1110001101011000010110111001111111000101100000101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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