#72071A

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

Shades of Burgundy #72071A

Tints of Burgundy #72071A

Color information

#72071A (or 0x72071A) is unknown color: approx Burgundy. HEX triplet: 72, 07 and 1A. RGB value is (114,7,26). Sum of RGB (Red+Green+Blue) = 114+7+26=147 (19% of max value = 765). Red value is 114 (44.92% from 255 or 77.55% from 147); Green value is 7 (3.12% from 255 or 4.76% from 147); Blue value is 26 (10.55% from 255 or 17.69% from 147); Max value from RGB is 114 - color contains mainly: red. Hex color #72071A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72071A is #8DF8E5. Grayscale: #292929. Windows color (decimal): -9304294 or 1705842. OLE color: 1705842.

HSL color Cylindrical-coordinate representation of color #72071A: hue angle of 349.35º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #72071A is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB114726-
CMYK00.940.770.55
HSL349.35º88.43%23.73%-
HSV(B)349.35º93.86%44.71%-
XYZ7.23.81.33-
YUV41.16119.45179.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 77.55%
GREEN value IS 7 (3.12% from 255) = 4.76%
BLUE value IS 26 (10.55% from 255) = 17.69%
R=77.55%
G=4.76%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11472600.940.770.55349.3588.4323.73
Hex7271A05E4D3715d5818
Octal16273201361156753513030
Binary111001011111010010111101001101110111101011101101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72071A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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