#72041A

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

Shades of Burgundy #72041A

Tints of Burgundy #72041A

Color information

#72041A (or 0x72041A) is unknown color: approx Burgundy. HEX triplet: 72, 04 and 1A. RGB value is (114,4,26). Sum of RGB (Red+Green+Blue) = 114+4+26=144 (19% of max value = 765). Red value is 114 (44.92% from 255 or 79.17% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 26 (10.55% from 255 or 18.06% from 144); Max value from RGB is 114 - color contains mainly: red. Hex color #72041A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72041A is #8DFBE5. Grayscale: #272727. Windows color (decimal): -9305062 or 1705074. OLE color: 1705074.

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

Color convert

RGB114426-
CMYK00.960.770.55
HSL348º93.22%23.14%-
HSV(B)348º96.49%44.71%-
XYZ7.173.741.32-
YUV39.4120.44181.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 79.17%
GREEN value IS 4 (1.95% from 255) = 2.78%
BLUE value IS 26 (10.55% from 255) = 18.06%
R=79.17%
G=2.78%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11442600.960.770.5534893.2223.14
Hex7241A0604D3715c5d17
Octal16243201401156753413527
Binary111001010011010011000001001101110111101011100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72041A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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