#72001C

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

Shades of Burgundy #72001C

Tints of Burgundy #72001C

Color information

#72001C (or 0x72001C) is unknown color: approx Burgundy. HEX triplet: 72, 00 and 1C. RGB value is (114,0,28). Sum of RGB (Red+Green+Blue) = 114+0+28=142 (18% of max value = 765). Red value is 114 (44.92% from 255 or 80.28% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 28 (11.33% from 255 or 19.72% from 142); Max value from RGB is 114 - color contains mainly: red. Hex color #72001C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72001C is #8DFFE3. Grayscale: #252525. Windows color (decimal): -9306084 or 1835122. OLE color: 1835122.

HSL color Cylindrical-coordinate representation of color #72001C: hue angle of 345.26º 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 #72001C is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB114028-
CMYK010.750.55
HSL345.26º100%22.35%-
HSV(B)345.26º100%44.71%-
XYZ7.153.661.43-
YUV37.28122.77182.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 80.28%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 28 (11.33% from 255) = 19.72%
R=80.28%
G=0%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114028010.750.55345.2610022.35
Hex7201C0644B371596416
Octal16203401441136753114426
Binary1110010011100011001001001011110111101011001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72001C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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