#730424

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

Shades of Burgundy #730424

Tints of Burgundy #730424

Color information

#730424 (or 0x730424) is unknown color: approx Burgundy. HEX triplet: 73, 04 and 24. RGB value is (115,4,36). Sum of RGB (Red+Green+Blue) = 115+4+36=155 (20% of max value = 765). Red value is 115 (45.31% from 255 or 74.19% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 36 (14.45% from 255 or 23.23% from 155); Max value from RGB is 115 - color contains mainly: red. Hex color #730424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730424 is #8CFBDB. Grayscale: #282828. Windows color (decimal): -9239516 or 2360435. OLE color: 2360435.

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

Color convert

RGB115436-
CMYK00.970.690.55
HSL342.7º93.28%23.33%-
HSV(B)342.7º96.52%45.1%-
XYZ7.433.862.02-
YUV40.84125.27180.9-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 74.19%
GREEN value IS 4 (1.95% from 255) = 2.58%
BLUE value IS 36 (14.45% from 255) = 23.23%
R=74.19%
G=2.58%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11543600.970.690.55342.793.2823.33
Hex7342406145371575d17
Octal16344401411056752713527
Binary1110011100100100011000011000101110111101010111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730424; }

 p { color: rgb(115,4,36); }

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

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

 a { background-color: rgb(115,4,36); }

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

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

 span { border-color: rgb(115,4,36); }

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