#72081E

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

Shades of Burgundy #72081E

Tints of Burgundy #72081E

Color information

#72081E (or 0x72081E) is unknown color: approx Burgundy. HEX triplet: 72, 08 and 1E. RGB value is (114,8,30). Sum of RGB (Red+Green+Blue) = 114+8+30=152 (20% of max value = 765). Red value is 114 (44.92% from 255 or 75% from 152); Green value is 8 (3.52% from 255 or 5.26% from 152); Blue value is 30 (12.11% from 255 or 19.74% from 152); Max value from RGB is 114 - color contains mainly: red. Hex color #72081E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72081E is #8DF7E1. Grayscale: #2A2A2A. Windows color (decimal): -9304034 or 1968242. OLE color: 1968242.

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

Color convert

RGB114830-
CMYK00.930.740.55
HSL347.55º86.89%23.92%-
HSV(B)347.55º92.98%44.71%-
XYZ7.263.841.59-
YUV42.2121.12179.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 75%
GREEN value IS 8 (3.52% from 255) = 5.26%
BLUE value IS 30 (12.11% from 255) = 19.74%
R=75%
G=5.26%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11483000.930.740.55347.5586.8923.92
Hex7281E05D4A3715c5718
Octal162103601351126753412730
Binary1110010100011110010111011001010110111101011100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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