#730415

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

Shades of Burgundy #730415

Tints of Burgundy #730415

Color information

#730415 (or 0x730415) is unknown color: approx Burgundy. HEX triplet: 73, 04 and 15. RGB value is (115,4,21). Sum of RGB (Red+Green+Blue) = 115+4+21=140 (18% of max value = 765). Red value is 115 (45.31% from 255 or 82.14% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 21 (8.59% from 255 or 15% from 140); Max value from RGB is 115 - color contains mainly: red. Hex color #730415 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730415 is #8CFBEA. Grayscale: #272727. Windows color (decimal): -9239531 or 1377395. OLE color: 1377395.

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

Color convert

RGB115421-
CMYK00.970.820.55
HSL350.81º93.28%23.33%-
HSV(B)350.81º96.52%45.1%-
XYZ7.253.791.06-
YUV39.13117.77182.12-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 82.14%
GREEN value IS 4 (1.95% from 255) = 2.86%
BLUE value IS 21 (8.59% from 255) = 15%
R=82.14%
G=2.86%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11542100.970.820.55350.8193.2823.33
Hex73415061523715f5d17
Octal16342501411226753713527
Binary111001110010101011000011010010110111101011111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730415; }

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

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

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

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

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

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

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

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