#72061B

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

Shades of Burgundy #72061B

Tints of Burgundy #72061B

Color information

#72061B (or 0x72061B) is unknown color: approx Burgundy. HEX triplet: 72, 06 and 1B. RGB value is (114,6,27). Sum of RGB (Red+Green+Blue) = 114+6+27=147 (19% of max value = 765). Red value is 114 (44.92% from 255 or 77.55% from 147); Green value is 6 (2.73% from 255 or 4.08% from 147); Blue value is 27 (10.94% from 255 or 18.37% from 147); Max value from RGB is 114 - color contains mainly: red. Hex color #72061B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72061B is #8DF9E4. Grayscale: #282828. Windows color (decimal): -9304549 or 1771122. OLE color: 1771122.

HSL color Cylindrical-coordinate representation of color #72061B: hue angle of 348.33º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #72061B is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB114627-
CMYK00.950.760.55
HSL348.33º90%23.53%-
HSV(B)348.33º94.74%44.71%-
XYZ7.23.791.39-
YUV40.69120.28180.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 77.55%
GREEN value IS 6 (2.73% from 255) = 4.08%
BLUE value IS 27 (10.94% from 255) = 18.37%
R=77.55%
G=4.08%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11462700.950.760.55348.339023.53
Hex7261B05F4C3715c5a18
Octal16263301371146753413230
Binary111001011011011010111111001100110111101011100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72061B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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