#720B1E

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

Shades of Burgundy #720B1E

Tints of Burgundy #720B1E

Color information

#720B1E (or 0x720B1E) is unknown color: approx Burgundy. HEX triplet: 72, 0B and 1E. RGB value is (114,11,30). Sum of RGB (Red+Green+Blue) = 114+11+30=155 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.55% from 155); Green value is 11 (4.69% from 255 or 7.10% from 155); Blue value is 30 (12.11% from 255 or 19.35% from 155); Max value from RGB is 114 - color contains mainly: red. Hex color #720B1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720B1E is #8DF4E1. Grayscale: #2B2B2B. Windows color (decimal): -9303266 or 1969010. OLE color: 1969010.

HSL color Cylindrical-coordinate representation of color #720B1E: hue angle of 348.93º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #720B1E is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB1141130-
CMYK00.900.740.55
HSL348.93º82.4%24.51%-
HSV(B)348.93º90.35%44.71%-
XYZ7.293.911.6-
YUV43.96120.12177.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 73.55%
GREEN value IS 11 (4.69% from 255) = 7.10%
BLUE value IS 30 (12.11% from 255) = 19.35%
R=73.55%
G=7.10%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114113000.900.740.55348.9382.424.51
Hex72B1E05A4A3715d5219
Octal162133601321126753512231
Binary1110010101111110010110101001010110111101011101101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720B1E; }

 p { color: rgb(114,11,30); }

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

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

 a { background-color: rgb(114,11,30); }

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

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

 span { border-color: rgb(114,11,30); }

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