#710209

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

Shades of Burgundy #710209

Tints of Burgundy #710209

Color information

#710209 (or 0x710209) is unknown color: approx Burgundy. HEX triplet: 71, 02 and 09. RGB value is (113,2,9). Sum of RGB (Red+Green+Blue) = 113+2+9=124 (16% of max value = 765). Red value is 113 (44.53% from 255 or 91.13% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 9 (3.91% from 255 or 7.26% from 124); Max value from RGB is 113 - color contains mainly: red. Hex color #710209 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710209 is #8EFDF6. Grayscale: #242424. Windows color (decimal): -9371127 or 590449. OLE color: 590449.

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

Color convert

RGB11329-
CMYK00.980.920.56
HSL356.22º96.52%22.55%-
HSV(B)356.22º98.23%44.31%-
XYZ6.883.570.59-
YUV35.99112.77182.93-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 91.13%
GREEN value IS 2 (1.17% from 255) = 1.61%
BLUE value IS 9 (3.91% from 255) = 7.26%
R=91.13%
G=1.61%
B=7.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.92
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1132900.980.920.56356.2296.5222.55
Hex71290625C381646117
Octal16121101421347054414127
Binary1110001101001011000101011100111000101100100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710209; }

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

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

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

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

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

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

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

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