#72001F

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

Shades of Burgundy #72001F

Tints of Burgundy #72001F

Color information

#72001F (or 0x72001F) is unknown color: approx Burgundy. HEX triplet: 72, 00 and 1F. RGB value is (114,0,31). Sum of RGB (Red+Green+Blue) = 114+0+31=145 (19% of max value = 765). Red value is 114 (44.92% from 255 or 78.62% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 31 (12.5% from 255 or 21.38% from 145); Max value from RGB is 114 - color contains mainly: red. Hex color #72001F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72001F is #8DFFE0. Grayscale: #252525. Windows color (decimal): -9306081 or 2031730. OLE color: 2031730.

HSL color Cylindrical-coordinate representation of color #72001F: hue angle of 343.68º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #72001F is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB114031-
CMYK010.730.55
HSL343.68º100%22.35%-
HSV(B)343.68º100%44.71%-
XYZ7.193.681.63-
YUV37.62124.27182.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 78.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 31 (12.5% from 255) = 21.38%
R=78.62%
G=0%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114031010.730.55343.6810022.35
Hex7201F06449371586416
Octal16203701441116753014426
Binary1110010011111011001001001001110111101011000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72001F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72001F; }

 p { color: rgb(114,0,31); }

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

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

 a { background-color: rgb(114,0,31); }

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

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

 span { border-color: rgb(114,0,31); }

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