#730124

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

Shades of Burgundy #730124

Tints of Burgundy #730124

Color information

#730124 (or 0x730124) is unknown color: approx Burgundy. HEX triplet: 73, 01 and 24. RGB value is (115,1,36). Sum of RGB (Red+Green+Blue) = 115+1+36=152 (20% of max value = 765). Red value is 115 (45.31% from 255 or 75.66% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 36 (14.45% from 255 or 23.68% from 152); Max value from RGB is 115 - color contains mainly: red. Hex color #730124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730124 is #8CFEDB. Grayscale: #272727. Windows color (decimal): -9240284 or 2359667. OLE color: 2359667.

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

Color convert

RGB115136-
CMYK00.990.690.55
HSL341.58º98.28%22.75%-
HSV(B)341.58º99.13%45.1%-
XYZ7.43.792.01-
YUV39.08126.27182.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 75.66%
GREEN value IS 1 (0.78% from 255) = 0.66%
BLUE value IS 36 (14.45% from 255) = 23.68%
R=75.66%
G=0.66%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11513600.990.690.55341.5898.2822.75
Hex7312406345371566217
Octal16314401431056752614227
Binary11100111100100011000111000101110111101010110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730124; }

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

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

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

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

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

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

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

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