#72072A

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

Shades of Burgundy #72072A

Tints of Burgundy #72072A

Color information

#72072A (or 0x72072A) is unknown color: approx Burgundy. HEX triplet: 72, 07 and 2A. RGB value is (114,7,42). Sum of RGB (Red+Green+Blue) = 114+7+42=163 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.94% from 163); Green value is 7 (3.12% from 255 or 4.29% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 114 - color contains mainly: red. Hex color #72072A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72072A is #8DF8D5. Grayscale: #2A2A2A. Windows color (decimal): -9304278 or 2754418. OLE color: 2754418.

HSL color Cylindrical-coordinate representation of color #72072A: hue angle of 340.37º 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 #72072A is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB114742-
CMYK00.940.630.55
HSL340.37º88.43%23.73%-
HSV(B)340.37º93.86%44.71%-
XYZ7.433.92.55-
YUV42.98127.45178.65-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 69.94%
GREEN value IS 7 (3.12% from 255) = 4.29%
BLUE value IS 42 (16.80% from 255) = 25.77%
R=69.94%
G=4.29%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11474200.940.630.55340.3788.4323.73
Hex7272A05E3F371545818
Octal1627520136776752413030
Binary111001011110101001011110111111110111101010100101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72072A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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