#710912

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

Shades of Burgundy #710912

Tints of Burgundy #710912

Color information

#710912 (or 0x710912) is unknown color: approx Burgundy. HEX triplet: 71, 09 and 12. RGB value is (113,9,18). Sum of RGB (Red+Green+Blue) = 113+9+18=140 (18% of max value = 765). Red value is 113 (44.53% from 255 or 80.71% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 113 - color contains mainly: red. Hex color #710912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710912 is #8EF6ED. Grayscale: #292929. Windows color (decimal): -9369326 or 1182065. OLE color: 1182065.

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

Color convert

RGB113918-
CMYK00.920.840.56
HSL354.81º85.25%23.92%-
HSV(B)354.81º92.04%44.31%-
XYZ7.023.750.93-
YUV41.12114.96179.27-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 80.71%
GREEN value IS 9 (3.91% from 255) = 6.43%
BLUE value IS 18 (7.42% from 255) = 12.86%
R=80.71%
G=6.43%
B=12.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11391800.920.840.56354.8185.2523.92
Hex7191205C54381635518
Octal161112201341247054312530
Binary1110001100110010010111001010100111000101100011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710912; }

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

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

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

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

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

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

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

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