#72052A

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

Shades of Burgundy #72052A

Tints of Burgundy #72052A

Color information

#72052A (or 0x72052A) is unknown color: approx Burgundy. HEX triplet: 72, 05 and 2A. RGB value is (114,5,42). Sum of RGB (Red+Green+Blue) = 114+5+42=161 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.81% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 114 - color contains mainly: red. Hex color #72052A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72052A is #8DFAD5. Grayscale: #292929. Windows color (decimal): -9304790 or 2753906. OLE color: 2753906.

HSL color Cylindrical-coordinate representation of color #72052A: hue angle of 339.63º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #72052A is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB114542-
CMYK00.960.630.55
HSL339.63º91.6%23.33%-
HSV(B)339.63º95.61%44.71%-
XYZ7.413.852.54-
YUV41.81128.11179.49-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 70.81%
GREEN value IS 5 (2.34% from 255) = 3.11%
BLUE value IS 42 (16.80% from 255) = 26.09%
R=70.81%
G=3.11%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11454200.960.630.55339.6391.623.33
Hex7252A0603F371545c17
Octal1625520140776752413427
Binary111001010110101001100000111111110111101010100101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72052A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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