#72031E

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

Shades of Burgundy #72031E

Tints of Burgundy #72031E

Color information

#72031E (or 0x72031E) is unknown color: approx Burgundy. HEX triplet: 72, 03 and 1E. RGB value is (114,3,30). Sum of RGB (Red+Green+Blue) = 114+3+30=147 (19% of max value = 765). Red value is 114 (44.92% from 255 or 77.55% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 30 (12.11% from 255 or 20.41% from 147); Max value from RGB is 114 - color contains mainly: red. Hex color #72031E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72031E is #8DFCE1. Grayscale: #272727. Windows color (decimal): -9305314 or 1966962. OLE color: 1966962.

HSL color Cylindrical-coordinate representation of color #72031E: hue angle of 345.41º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #72031E is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB114330-
CMYK00.970.740.55
HSL345.41º94.87%22.94%-
HSV(B)345.41º97.37%44.71%-
XYZ7.213.741.57-
YUV39.27122.77181.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 77.55%
GREEN value IS 3 (1.56% from 255) = 2.04%
BLUE value IS 30 (12.11% from 255) = 20.41%
R=77.55%
G=2.04%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11433000.970.740.55345.4194.8722.94
Hex7231E0614A371595f17
Octal16233601411126753113727
Binary11100101111110011000011001010110111101011001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72031E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72031E; }

 p { color: rgb(114,3,30); }

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

<style>
 a { background-color: #72031E; }

 a { background-color: rgb(114,3,30); }

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

<style>
 span { border-color: #72031E; }

 span { border-color: rgb(114,3,30); }

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