#730615

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

Shades of Burgundy #730615

Tints of Burgundy #730615

Color information

#730615 (or 0x730615) is unknown color: approx Burgundy. HEX triplet: 73, 06 and 15. RGB value is (115,6,21). Sum of RGB (Red+Green+Blue) = 115+6+21=142 (18% of max value = 765). Red value is 115 (45.31% from 255 or 80.99% from 142); Green value is 6 (2.73% from 255 or 4.23% from 142); Blue value is 21 (8.59% from 255 or 14.79% from 142); Max value from RGB is 115 - color contains mainly: red. Hex color #730615 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730615 is #8CF9EA. Grayscale: #282828. Windows color (decimal): -9239019 or 1377907. OLE color: 1377907.

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

Color convert

RGB115621-
CMYK00.950.820.55
HSL351.74º90.08%23.73%-
HSV(B)351.74º94.78%45.1%-
XYZ7.273.831.07-
YUV40.3117.11181.28-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 80.99%
GREEN value IS 6 (2.73% from 255) = 4.23%
BLUE value IS 21 (8.59% from 255) = 14.79%
R=80.99%
G=4.23%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11562100.950.820.55351.7490.0823.73
Hex7361505F52371605a18
Octal16362501371226754013230
Binary111001111010101010111111010010110111101100000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730615; }

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

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

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

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

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

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

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

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