#72051E

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

Shades of Burgundy #72051E

Tints of Burgundy #72051E

Color information

#72051E (or 0x72051E) is unknown color: approx Burgundy. HEX triplet: 72, 05 and 1E. RGB value is (114,5,30). Sum of RGB (Red+Green+Blue) = 114+5+30=149 (19% of max value = 765). Red value is 114 (44.92% from 255 or 76.51% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 30 (12.11% from 255 or 20.13% from 149); Max value from RGB is 114 - color contains mainly: red. Hex color #72051E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72051E is #8DFAE1. Grayscale: #282828. Windows color (decimal): -9304802 or 1967474. OLE color: 1967474.

HSL color Cylindrical-coordinate representation of color #72051E: hue angle of 346.24º degrees, saturation: 0.92, 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 #72051E is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB114530-
CMYK00.960.740.55
HSL346.24º91.6%23.33%-
HSV(B)346.24º95.61%44.71%-
XYZ7.233.781.58-
YUV40.44122.11180.47-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 76.51%
GREEN value IS 5 (2.34% from 255) = 3.36%
BLUE value IS 30 (12.11% from 255) = 20.13%
R=76.51%
G=3.36%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11453000.960.740.55346.2491.623.33
Hex7251E0604A3715a5c17
Octal16253601401126753213427
Binary111001010111110011000001001010110111101011010101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72051E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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