#720D1A

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

Shades of Burgundy #720D1A

Tints of Burgundy #720D1A

Color information

#720D1A (or 0x720D1A) is unknown color: approx Burgundy. HEX triplet: 72, 0D and 1A. RGB value is (114,13,26). Sum of RGB (Red+Green+Blue) = 114+13+26=153 (20% of max value = 765). Red value is 114 (44.92% from 255 or 74.51% from 153); Green value is 13 (5.47% from 255 or 8.50% from 153); Blue value is 26 (10.55% from 255 or 16.99% from 153); Max value from RGB is 114 - color contains mainly: red. Hex color #720D1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720D1A is #8DF2E5. Grayscale: #2C2C2C. Windows color (decimal): -9302758 or 1707378. OLE color: 1707378.

HSL color Cylindrical-coordinate representation of color #720D1A: hue angle of 352.28º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #720D1A is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB1141326-
CMYK00.890.770.55
HSL352.28º79.53%24.9%-
HSV(B)352.28º88.6%44.71%-
XYZ7.273.941.35-
YUV44.68117.46177.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 74.51%
GREEN value IS 13 (5.47% from 255) = 8.50%
BLUE value IS 26 (10.55% from 255) = 16.99%
R=74.51%
G=8.50%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114132600.890.770.55352.2879.5324.9
Hex72D1A0594D371605019
Octal162153201311156754012031
Binary1110010110111010010110011001101110111101100000101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,13,26); }

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

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

 a { background-color: rgb(114,13,26); }

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

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

 span { border-color: rgb(114,13,26); }

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