#720915

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

Shades of Burgundy #720915

Tints of Burgundy #720915

Color information

#720915 (or 0x720915) is unknown color: approx Burgundy. HEX triplet: 72, 09 and 15. RGB value is (114,9,21). Sum of RGB (Red+Green+Blue) = 114+9+21=144 (19% of max value = 765). Red value is 114 (44.92% from 255 or 79.17% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 21 (8.59% from 255 or 14.58% from 144); Max value from RGB is 114 - color contains mainly: red. Hex color #720915 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720915 is #8DF6EA. Grayscale: #292929. Windows color (decimal): -9303787 or 1378674. OLE color: 1378674.

HSL color Cylindrical-coordinate representation of color #720915: hue angle of 353.14º 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 #720915 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB114921-
CMYK00.920.820.55
HSL353.14º85.37%24.12%-
HSV(B)353.14º92.11%44.71%-
XYZ7.173.831.07-
YUV41.76116.29179.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 79.17%
GREEN value IS 9 (3.91% from 255) = 6.25%
BLUE value IS 21 (8.59% from 255) = 14.58%
R=79.17%
G=6.25%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11492100.920.820.55353.1485.3724.12
Hex7291505C52371615518
Octal162112501341226754112530
Binary1110010100110101010111001010010110111101100001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720915; }

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

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

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

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

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

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

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

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