#730115

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

Shades of Burgundy #730115

Tints of Burgundy #730115

Color information

#730115 (or 0x730115) is unknown color: approx Burgundy. HEX triplet: 73, 01 and 15. RGB value is (115,1,21). Sum of RGB (Red+Green+Blue) = 115+1+21=137 (18% of max value = 765). Red value is 115 (45.31% from 255 or 83.94% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 21 (8.59% from 255 or 15.33% from 137); Max value from RGB is 115 - color contains mainly: red. Hex color #730115 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730115 is #8CFEEA. Grayscale: #252525. Windows color (decimal): -9240299 or 1376627. OLE color: 1376627.

HSL color Cylindrical-coordinate representation of color #730115: hue angle of 349.47º 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 #730115 is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB115121-
CMYK00.990.820.55
HSL349.47º98.28%22.75%-
HSV(B)349.47º99.13%45.1%-
XYZ7.223.721.05-
YUV37.37118.77183.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 83.94%
GREEN value IS 1 (0.78% from 255) = 0.73%
BLUE value IS 21 (8.59% from 255) = 15.33%
R=83.94%
G=0.73%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11512100.990.820.55349.4798.2822.75
Hex73115063523715d6217
Octal16312501431226753514227
Binary1110011110101011000111010010110111101011101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730115; }

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

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

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

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

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

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

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

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