#710816

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

Shades of Burgundy #710816

Tints of Burgundy #710816

Color information

#710816 (or 0x710816) is unknown color: approx Burgundy. HEX triplet: 71, 08 and 16. RGB value is (113,8,22). Sum of RGB (Red+Green+Blue) = 113+8+22=143 (18% of max value = 765). Red value is 113 (44.53% from 255 or 79.02% from 143); Green value is 8 (3.52% from 255 or 5.59% from 143); Blue value is 22 (8.98% from 255 or 15.38% from 143); Max value from RGB is 113 - color contains mainly: red. Hex color #710816 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710816 is #8EF7E9. Grayscale: #292929. Windows color (decimal): -9369578 or 1443953. OLE color: 1443953.

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

Color convert

RGB113822-
CMYK00.930.810.56
HSL352º86.78%23.73%-
HSV(B)352º92.92%44.31%-
XYZ7.043.741.11-
YUV40.99117.29179.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 79.02%
GREEN value IS 8 (3.52% from 255) = 5.59%
BLUE value IS 22 (8.98% from 255) = 15.38%
R=79.02%
G=5.59%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11382200.930.810.5635286.7823.73
Hex7181605D51381605718
Octal161102601351217054012730
Binary1110001100010110010111011010001111000101100000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710816; }

 p { color: rgb(113,8,22); }

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

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

 a { background-color: rgb(113,8,22); }

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

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

 span { border-color: rgb(113,8,22); }

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