#710910

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

Shades of Burgundy #710910

Tints of Burgundy #710910

Color information

#710910 (or 0x710910) is unknown color: approx Burgundy. HEX triplet: 71, 09 and 10. RGB value is (113,9,16). Sum of RGB (Red+Green+Blue) = 113+9+16=138 (18% of max value = 765). Red value is 113 (44.53% from 255 or 81.88% from 138); Green value is 9 (3.91% from 255 or 6.52% from 138); Blue value is 16 (6.64% from 255 or 11.59% from 138); Max value from RGB is 113 - color contains mainly: red. Hex color #710910 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710910 is #8EF6EF. Grayscale: #282828. Windows color (decimal): -9369328 or 1050993. OLE color: 1050993.

HSL color Cylindrical-coordinate representation of color #710910: hue angle of 355.96º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #710910 is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB113916-
CMYK00.920.860.56
HSL355.96º85.25%23.92%-
HSV(B)355.96º92.04%44.31%-
XYZ73.740.84-
YUV40.89113.96179.43-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 81.88%
GREEN value IS 9 (3.91% from 255) = 6.52%
BLUE value IS 16 (6.64% from 255) = 11.59%
R=81.88%
G=6.52%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11391600.920.860.56355.9685.2523.92
Hex7191005C56381645518
Octal161112001341267054412530
Binary1110001100110000010111001010110111000101100100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710910; }

 p { color: rgb(113,9,16); }

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

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

 a { background-color: rgb(113,9,16); }

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

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

 span { border-color: rgb(113,9,16); }

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