#720A1E

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

Shades of Burgundy #720A1E

Tints of Burgundy #720A1E

Color information

#720A1E (or 0x720A1E) is unknown color: approx Burgundy. HEX triplet: 72, 0A and 1E. RGB value is (114,10,30). Sum of RGB (Red+Green+Blue) = 114+10+30=154 (20% of max value = 765). Red value is 114 (44.92% from 255 or 74.03% from 154); Green value is 10 (4.30% from 255 or 6.49% from 154); Blue value is 30 (12.11% from 255 or 19.48% from 154); Max value from RGB is 114 - color contains mainly: red. Hex color #720A1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720A1E is #8DF5E1. Grayscale: #2B2B2B. Windows color (decimal): -9303522 or 1968754. OLE color: 1968754.

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

Color convert

RGB1141030-
CMYK00.910.740.55
HSL348.46º83.87%24.31%-
HSV(B)348.46º91.23%44.71%-
XYZ7.283.891.59-
YUV43.38120.46178.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 74.03%
GREEN value IS 10 (4.30% from 255) = 6.49%
BLUE value IS 30 (12.11% from 255) = 19.48%
R=74.03%
G=6.49%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114103000.910.740.55348.4683.8724.31
Hex72A1E05B4A3715c5418
Octal162123601331126753412430
Binary1110010101011110010110111001010110111101011100101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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