#710518

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

Shades of Burgundy #710518

Tints of Burgundy #710518

Color information

#710518 (or 0x710518) is unknown color: approx Burgundy. HEX triplet: 71, 05 and 18. RGB value is (113,5,24). Sum of RGB (Red+Green+Blue) = 113+5+24=142 (18% of max value = 765). Red value is 113 (44.53% from 255 or 79.58% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 24 (9.77% from 255 or 16.90% from 142); Max value from RGB is 113 - color contains mainly: red. Hex color #710518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710518 is #8EFAE7. Grayscale: #272727. Windows color (decimal): -9370344 or 1574257. OLE color: 1574257.

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

Color convert

RGB113524-
CMYK00.960.790.56
HSL349.44º91.53%23.14%-
HSV(B)349.44º95.58%44.31%-
XYZ7.033.691.2-
YUV39.46119.28180.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 79.58%
GREEN value IS 5 (2.34% from 255) = 3.52%
BLUE value IS 24 (9.77% from 255) = 16.90%
R=79.58%
G=3.52%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11352400.960.790.56349.4491.5323.14
Hex715180604F3815d5c17
Octal16153001401177053513427
Binary111000110111000011000001001111111000101011101101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710518; }

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

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

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

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

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

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

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

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