#72001B

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

Shades of Burgundy #72001B

Tints of Burgundy #72001B

Color information

#72001B (or 0x72001B) is unknown color: approx Burgundy. HEX triplet: 72, 00 and 1B. RGB value is (114,0,27). Sum of RGB (Red+Green+Blue) = 114+0+27=141 (18% of max value = 765). Red value is 114 (44.92% from 255 or 80.85% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 114 - color contains mainly: red. Hex color #72001B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72001B is #8DFFE4. Grayscale: #252525. Windows color (decimal): -9306085 or 1769586. OLE color: 1769586.

HSL color Cylindrical-coordinate representation of color #72001B: hue angle of 345.79º 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 #72001B is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB114027-
CMYK010.760.55
HSL345.79º100%22.35%-
HSV(B)345.79º100%44.71%-
XYZ7.143.661.37-
YUV37.16122.27182.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 80.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 27 (10.94% from 255) = 19.15%
R=80.85%
G=0%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114027010.760.55345.7910022.35
Hex7201B0644C3715a6416
Octal16203301441146753214426
Binary1110010011011011001001001100110111101011010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72001B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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