#710813

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

Shades of Burgundy #710813

Tints of Burgundy #710813

Color information

#710813 (or 0x710813) is unknown color: approx Burgundy. HEX triplet: 71, 08 and 13. RGB value is (113,8,19). Sum of RGB (Red+Green+Blue) = 113+8+19=140 (18% of max value = 765). Red value is 113 (44.53% from 255 or 80.71% from 140); Green value is 8 (3.52% from 255 or 5.71% from 140); Blue value is 19 (7.81% from 255 or 13.57% from 140); Max value from RGB is 113 - color contains mainly: red. Hex color #710813 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710813 is #8EF7EC. Grayscale: #282828. Windows color (decimal): -9369581 or 1247345. OLE color: 1247345.

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

Color convert

RGB113819-
CMYK00.930.830.56
HSL353.71º86.78%23.73%-
HSV(B)353.71º92.92%44.31%-
XYZ7.013.730.97-
YUV40.65115.79179.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 80.71%
GREEN value IS 8 (3.52% from 255) = 5.71%
BLUE value IS 19 (7.81% from 255) = 13.57%
R=80.71%
G=5.71%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11381900.930.830.56353.7186.7823.73
Hex7181305D53381625718
Octal161102301351237054212730
Binary1110001100010011010111011010011111000101100010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710813; }

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

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

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

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

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

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

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

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