#710818

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

Shades of Burgundy #710818

Tints of Burgundy #710818

Color information

#710818 (or 0x710818) is unknown color: approx Burgundy. HEX triplet: 71, 08 and 18. RGB value is (113,8,24). Sum of RGB (Red+Green+Blue) = 113+8+24=145 (19% of max value = 765). Red value is 113 (44.53% from 255 or 77.93% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 24 (9.77% from 255 or 16.55% from 145); Max value from RGB is 113 - color contains mainly: red. Hex color #710818 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710818 is #8EF7E7. Grayscale: #292929. Windows color (decimal): -9369576 or 1575025. OLE color: 1575025.

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

Color convert

RGB113824-
CMYK00.930.790.56
HSL350.86º86.78%23.73%-
HSV(B)350.86º92.92%44.31%-
XYZ7.063.751.22-
YUV41.22118.29179.2-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 77.93%
GREEN value IS 8 (3.52% from 255) = 5.52%
BLUE value IS 24 (9.77% from 255) = 16.55%
R=77.93%
G=5.52%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11382400.930.790.56350.8686.7823.73
Hex7181805D4F3815f5718
Octal161103001351177053712730
Binary1110001100011000010111011001111111000101011111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710818; }

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

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

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

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

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

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

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

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