#720725

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

Shades of Burgundy #720725

Tints of Burgundy #720725

Color information

#720725 (or 0x720725) is unknown color: approx Burgundy. HEX triplet: 72, 07 and 25. RGB value is (114,7,37). Sum of RGB (Red+Green+Blue) = 114+7+37=158 (20% of max value = 765). Red value is 114 (44.92% from 255 or 72.15% from 158); Green value is 7 (3.12% from 255 or 4.43% from 158); Blue value is 37 (14.84% from 255 or 23.42% from 158); Max value from RGB is 114 - color contains mainly: red. Hex color #720725 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720725 is #8DF8DA. Grayscale: #2A2A2A. Windows color (decimal): -9304283 or 2426738. OLE color: 2426738.

HSL color Cylindrical-coordinate representation of color #720725: hue angle of 343.18º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720725 is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB114737-
CMYK00.940.680.55
HSL343.18º88.43%23.73%-
HSV(B)343.18º93.86%44.71%-
XYZ7.353.862.11-
YUV42.41124.95179.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 72.15%
GREEN value IS 7 (3.12% from 255) = 4.43%
BLUE value IS 37 (14.84% from 255) = 23.42%
R=72.15%
G=4.43%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11473700.940.680.55343.1888.4323.73
Hex7272505E44371575818
Octal16274501361046752713030
Binary1110010111100101010111101000100110111101010111101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720725; }

 p { color: rgb(114,7,37); }

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

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

 a { background-color: rgb(114,7,37); }

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

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

 span { border-color: rgb(114,7,37); }

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