#710B15

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

Shades of Burgundy #710B15

Tints of Burgundy #710B15

Color information

#710B15 (or 0x710B15) is unknown color: approx Burgundy. HEX triplet: 71, 0B and 15. RGB value is (113,11,21). Sum of RGB (Red+Green+Blue) = 113+11+21=145 (19% of max value = 765). Red value is 113 (44.53% from 255 or 77.93% from 145); Green value is 11 (4.69% from 255 or 7.59% from 145); Blue value is 21 (8.59% from 255 or 14.48% from 145); Max value from RGB is 113 - color contains mainly: red. Hex color #710B15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710B15 is #8EF4EA. Grayscale: #2A2A2A. Windows color (decimal): -9368811 or 1379185. OLE color: 1379185.

HSL color Cylindrical-coordinate representation of color #710B15: hue angle of 354.12º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #710B15 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB1131121-
CMYK00.900.810.56
HSL354.12º82.26%24.31%-
HSV(B)354.12º90.27%44.31%-
XYZ7.073.81.07-
YUV42.64115.79178.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 77.93%
GREEN value IS 11 (4.69% from 255) = 7.59%
BLUE value IS 21 (8.59% from 255) = 14.48%
R=77.93%
G=7.59%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113112100.900.810.56354.1282.2624.31
Hex71B1505A51381625218
Octal161132501321217054212230
Binary1110001101110101010110101010001111000101100010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,11,21); }

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

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

 a { background-color: rgb(113,11,21); }

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

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

 span { border-color: rgb(113,11,21); }

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