#730515

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

Shades of Burgundy #730515

Tints of Burgundy #730515

Color information

#730515 (or 0x730515) is unknown color: approx Burgundy. HEX triplet: 73, 05 and 15. RGB value is (115,5,21). Sum of RGB (Red+Green+Blue) = 115+5+21=141 (18% of max value = 765). Red value is 115 (45.31% from 255 or 81.56% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 21 (8.59% from 255 or 14.89% from 141); Max value from RGB is 115 - color contains mainly: red. Hex color #730515 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730515 is #8CFAEA. Grayscale: #272727. Windows color (decimal): -9239275 or 1377651. OLE color: 1377651.

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

Color convert

RGB115521-
CMYK00.960.820.55
HSL351.27º91.67%23.53%-
HSV(B)351.27º95.65%45.1%-
XYZ7.263.811.06-
YUV39.71117.44181.7-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 81.56%
GREEN value IS 5 (2.34% from 255) = 3.55%
BLUE value IS 21 (8.59% from 255) = 14.89%
R=81.56%
G=3.55%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11552100.960.820.55351.2791.6723.53
Hex73515060523715f5c18
Octal16352501401226753713430
Binary111001110110101011000001010010110111101011111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730515; }

 p { color: rgb(115,5,21); }

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

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

 a { background-color: rgb(115,5,21); }

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

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

 span { border-color: rgb(115,5,21); }

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