#710515

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

Shades of Burgundy #710515

Tints of Burgundy #710515

Color information

#710515 (or 0x710515) is unknown color: approx Burgundy. HEX triplet: 71, 05 and 15. RGB value is (113,5,21). Sum of RGB (Red+Green+Blue) = 113+5+21=139 (18% of max value = 765). Red value is 113 (44.53% from 255 or 81.29% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 21 (8.59% from 255 or 15.11% from 139); Max value from RGB is 113 - color contains mainly: red. Hex color #710515 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710515 is #8EFAEA. Grayscale: #272727. Windows color (decimal): -9370347 or 1377649. OLE color: 1377649.

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

Color convert

RGB113521-
CMYK00.960.810.56
HSL351.11º91.53%23.14%-
HSV(B)351.11º95.58%44.31%-
XYZ73.671.05-
YUV39.12117.78180.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 81.29%
GREEN value IS 5 (2.34% from 255) = 3.60%
BLUE value IS 21 (8.59% from 255) = 15.11%
R=81.29%
G=3.60%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11352100.960.810.56351.1191.5323.14
Hex71515060513815f5c17
Octal16152501401217053713427
Binary111000110110101011000001010001111000101011111101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710515; }

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

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

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

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

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

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

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

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