#72042A

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

Shades of Burgundy #72042A

Tints of Burgundy #72042A

Color information

#72042A (or 0x72042A) is unknown color: approx Burgundy. HEX triplet: 72, 04 and 2A. RGB value is (114,4,42). Sum of RGB (Red+Green+Blue) = 114+4+42=160 (21% of max value = 765). Red value is 114 (44.92% from 255 or 71.25% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 114 - color contains mainly: red. Hex color #72042A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72042A is #8DFBD5. Grayscale: #292929. Windows color (decimal): -9305046 or 2753650. OLE color: 2753650.

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

Color convert

RGB114442-
CMYK00.960.630.55
HSL339.27º93.22%23.14%-
HSV(B)339.27º96.49%44.71%-
XYZ7.43.832.54-
YUV41.22128.44179.91-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 71.25%
GREEN value IS 4 (1.95% from 255) = 2.5%
BLUE value IS 42 (16.80% from 255) = 26.25%
R=71.25%
G=2.5%
B=26.25%

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
Decimal11444200.960.630.55339.2793.2223.14
Hex7242A0603F371535d17
Octal1624520140776752313527
Binary111001010010101001100000111111110111101010011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72042A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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