#710109

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

Shades of Burgundy #710109

Tints of Burgundy #710109

Color information

#710109 (or 0x710109) is unknown color: approx Burgundy. HEX triplet: 71, 01 and 09. RGB value is (113,1,9). Sum of RGB (Red+Green+Blue) = 113+1+9=123 (16% of max value = 765). Red value is 113 (44.53% from 255 or 91.87% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 9 (3.91% from 255 or 7.32% from 123); Max value from RGB is 113 - color contains mainly: red. Hex color #710109 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710109 is #8EFEF6. Grayscale: #232323. Windows color (decimal): -9371383 or 590193. OLE color: 590193.

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

Color convert

RGB11319-
CMYK00.990.920.56
HSL355.71º98.25%22.35%-
HSV(B)355.71º99.12%44.31%-
XYZ6.873.550.58-
YUV35.4113.11183.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 91.87%
GREEN value IS 1 (0.78% from 255) = 0.81%
BLUE value IS 9 (3.91% from 255) = 7.32%
R=91.87%
G=0.81%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.92
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131900.990.920.56355.7198.2522.35
Hex71190635C381646216
Octal16111101431347054414226
Binary111000111001011000111011100111000101100100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710109; }

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

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

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

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

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

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

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

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