#720425

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

Shades of Burgundy #720425

Tints of Burgundy #720425

Color information

#720425 (or 0x720425) is unknown color: approx Burgundy. HEX triplet: 72, 04 and 25. RGB value is (114,4,37). Sum of RGB (Red+Green+Blue) = 114+4+37=155 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.55% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 37 (14.84% from 255 or 23.87% from 155); Max value from RGB is 114 - color contains mainly: red. Hex color #720425 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720425 is #8DFBDA. Grayscale: #282828. Windows color (decimal): -9305051 or 2425970. OLE color: 2425970.

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

Color convert

RGB114437-
CMYK00.960.680.55
HSL342º93.22%23.14%-
HSV(B)342º96.49%44.71%-
XYZ7.323.82.1-
YUV40.65125.94180.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 73.55%
GREEN value IS 4 (1.95% from 255) = 2.58%
BLUE value IS 37 (14.84% from 255) = 23.87%
R=73.55%
G=2.58%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11443700.960.680.5534293.2223.14
Hex7242506044371565d17
Octal16244501401046752613527
Binary1110010100100101011000001000100110111101010110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720425; }

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

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

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

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

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

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

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

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