#72072B

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

Shades of Burgundy #72072B

Tints of Burgundy #72072B

Color information

#72072B (or 0x72072B) is unknown color: approx Burgundy. HEX triplet: 72, 07 and 2B. RGB value is (114,7,43). Sum of RGB (Red+Green+Blue) = 114+7+43=164 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.51% from 164); Green value is 7 (3.12% from 255 or 4.27% from 164); Blue value is 43 (17.19% from 255 or 26.22% from 164); Max value from RGB is 114 - color contains mainly: red. Hex color #72072B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72072B is #8DF8D4. Grayscale: #2B2B2B. Windows color (decimal): -9304277 or 2819954. OLE color: 2819954.

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

Color convert

RGB114743-
CMYK00.940.620.55
HSL339.81º88.43%23.73%-
HSV(B)339.81º93.86%44.71%-
XYZ7.453.92.65-
YUV43.1127.95178.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 69.51%
GREEN value IS 7 (3.12% from 255) = 4.27%
BLUE value IS 43 (17.19% from 255) = 26.22%
R=69.51%
G=4.27%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11474300.940.620.55339.8188.4323.73
Hex7272B05E3E371545818
Octal1627530136766752413030
Binary111001011110101101011110111110110111101010100101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72072B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,7,43); }

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

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

 a { background-color: rgb(114,7,43); }

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

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

 span { border-color: rgb(114,7,43); }

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