#72090F

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

Shades of Burgundy #72090F

Tints of Burgundy #72090F

Color information

#72090F (or 0x72090F) is unknown color: approx Burgundy. HEX triplet: 72, 09 and 0F. RGB value is (114,9,15). Sum of RGB (Red+Green+Blue) = 114+9+15=138 (18% of max value = 765). Red value is 114 (44.92% from 255 or 82.61% from 138); Green value is 9 (3.91% from 255 or 6.52% from 138); Blue value is 15 (6.25% from 255 or 10.87% from 138); Max value from RGB is 114 - color contains mainly: red. Hex color #72090F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72090F is #8DF6F0. Grayscale: #292929. Windows color (decimal): -9303793 or 985458. OLE color: 985458.

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

Color convert

RGB114915-
CMYK00.920.870.55
HSL356.57º85.37%24.12%-
HSV(B)356.57º92.11%44.71%-
XYZ7.123.810.81-
YUV41.08113.29180.01-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 82.61%
GREEN value IS 9 (3.91% from 255) = 6.52%
BLUE value IS 15 (6.25% from 255) = 10.87%
R=82.61%
G=6.52%
B=10.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11491500.920.870.55356.5785.3724.12
Hex729F05C57371655518
Octal162111701341276754512530
Binary111001010011111010111001010111110111101100101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72090F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72090F; }

 p { color: rgb(114,9,15); }

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

<style>
 a { background-color: #72090F; }

 a { background-color: rgb(114,9,15); }

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

<style>
 span { border-color: #72090F; }

 span { border-color: rgb(114,9,15); }

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