#710A0F

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

Shades of Burgundy #710A0F

Tints of Burgundy #710A0F

Color information

#710A0F (or 0x710A0F) is unknown color: approx Burgundy. HEX triplet: 71, 0A and 0F. RGB value is (113,10,15). Sum of RGB (Red+Green+Blue) = 113+10+15=138 (18% of max value = 765). Red value is 113 (44.53% from 255 or 81.88% from 138); Green value is 10 (4.30% from 255 or 7.25% from 138); Blue value is 15 (6.25% from 255 or 10.87% from 138); Max value from RGB is 113 - color contains mainly: red. Hex color #710A0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710A0F is #8EF5F0. Grayscale: #292929. Windows color (decimal): -9369073 or 985713. OLE color: 985713.

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

Color convert

RGB1131015-
CMYK00.910.870.56
HSL357.09º83.74%24.12%-
HSV(B)357.09º91.15%44.31%-
XYZ73.760.81-
YUV41.37113.12179.09-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 81.88%
GREEN value IS 10 (4.30% from 255) = 7.25%
BLUE value IS 15 (6.25% from 255) = 10.87%
R=81.88%
G=7.25%
B=10.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113101500.910.870.56357.0983.7424.12
Hex71AF05B57381655418
Octal161121701331277054512430
Binary111000110101111010110111010111111000101100101101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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