#710919

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

Shades of Burgundy #710919

Tints of Burgundy #710919

Color information

#710919 (or 0x710919) is unknown color: approx Burgundy. HEX triplet: 71, 09 and 19. RGB value is (113,9,25). Sum of RGB (Red+Green+Blue) = 113+9+25=147 (19% of max value = 765). Red value is 113 (44.53% from 255 or 76.87% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 25 (10.16% from 255 or 17.01% from 147); Max value from RGB is 113 - color contains mainly: red. Hex color #710919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710919 is #8EF6E6. Grayscale: #292929. Windows color (decimal): -9369319 or 1640817. OLE color: 1640817.

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

Color convert

RGB113925-
CMYK00.920.780.56
HSL350.77º85.25%23.92%-
HSV(B)350.77º92.04%44.31%-
XYZ7.083.781.28-
YUV41.92118.46178.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 76.87%
GREEN value IS 9 (3.91% from 255) = 6.12%
BLUE value IS 25 (10.16% from 255) = 17.01%
R=76.87%
G=6.12%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11392500.920.780.56350.7785.2523.92
Hex7191905C4E3815f5518
Octal161113101341167053712530
Binary1110001100111001010111001001110111000101011111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710919; }

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

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

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

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

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

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

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

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