#72002C

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

Shades of Burgundy #72002C

Tints of Burgundy #72002C

Color information

#72002C (or 0x72002C) is unknown color: approx Burgundy. HEX triplet: 72, 00 and 2C. RGB value is (114,0,44). Sum of RGB (Red+Green+Blue) = 114+0+44=158 (20% of max value = 765). Red value is 114 (44.92% from 255 or 72.15% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 114 - color contains mainly: red. Hex color #72002C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72002C is #8DFFD3. Grayscale: #272727. Windows color (decimal): -9306068 or 2883698. OLE color: 2883698.

HSL color Cylindrical-coordinate representation of color #72002C: hue angle of 336.84º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #72002C is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB114044-
CMYK010.610.55
HSL336.84º100%22.35%-
HSV(B)336.84º100%44.71%-
XYZ7.393.762.72-
YUV39.1130.77181.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 72.15%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 44 (17.58% from 255) = 27.85%
R=72.15%
G=0%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114044010.610.55336.8410022.35
Hex7202C0643D371516416
Octal1620540144756752114426
Binary1110010010110001100100111101110111101010001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72002C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72002C; }

 p { color: rgb(114,0,44); }

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

<style>
 a { background-color: #72002C; }

 a { background-color: rgb(114,0,44); }

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

<style>
 span { border-color: #72002C; }

 span { border-color: rgb(114,0,44); }

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