#720625

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

Shades of Burgundy #720625

Tints of Burgundy #720625

Color information

#720625 (or 0x720625) is unknown color: approx Burgundy. HEX triplet: 72, 06 and 25. RGB value is (114,6,37). Sum of RGB (Red+Green+Blue) = 114+6+37=157 (20% of max value = 765). Red value is 114 (44.92% from 255 or 72.61% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 114 - color contains mainly: red. Hex color #720625 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720625 is #8DF9DA. Grayscale: #292929. Windows color (decimal): -9304539 or 2426482. OLE color: 2426482.

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

Color convert

RGB114637-
CMYK00.950.680.55
HSL342.78º90%23.53%-
HSV(B)342.78º94.74%44.71%-
XYZ7.343.842.1-
YUV41.83125.28179.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 72.61%
GREEN value IS 6 (2.73% from 255) = 3.82%
BLUE value IS 37 (14.84% from 255) = 23.57%
R=72.61%
G=3.82%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11463700.950.680.55342.789023.53
Hex7262505F44371575a18
Octal16264501371046752713230
Binary1110010110100101010111111000100110111101010111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720625; }

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

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

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

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

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

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

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

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