#720812

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

Shades of Burgundy #720812

Tints of Burgundy #720812

Color information

#720812 (or 0x720812) is unknown color: approx Burgundy. HEX triplet: 72, 08 and 12. RGB value is (114,8,18). Sum of RGB (Red+Green+Blue) = 114+8+18=140 (18% of max value = 765). Red value is 114 (44.92% from 255 or 81.43% from 140); Green value is 8 (3.52% from 255 or 5.71% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 114 - color contains mainly: red. Hex color #720812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720812 is #8DF7ED. Grayscale: #282828. Windows color (decimal): -9304046 or 1181810. OLE color: 1181810.

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

Color convert

RGB114818-
CMYK00.930.840.55
HSL354.34º86.89%23.92%-
HSV(B)354.34º92.98%44.71%-
XYZ7.143.790.93-
YUV40.83115.12180.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 81.43%
GREEN value IS 8 (3.52% from 255) = 5.71%
BLUE value IS 18 (7.42% from 255) = 12.86%
R=81.43%
G=5.71%
B=12.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11481800.930.840.55354.3486.8923.92
Hex7281205D54371625718
Octal162102201351246754212730
Binary1110010100010010010111011010100110111101100010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720812; }

 p { color: rgb(114,8,18); }

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

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

 a { background-color: rgb(114,8,18); }

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

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

 span { border-color: rgb(114,8,18); }

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