#730613

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

Shades of Burgundy #730613

Tints of Burgundy #730613

Color information

#730613 (or 0x730613) is unknown color: approx Burgundy. HEX triplet: 73, 06 and 13. RGB value is (115,6,19). Sum of RGB (Red+Green+Blue) = 115+6+19=140 (18% of max value = 765). Red value is 115 (45.31% from 255 or 82.14% from 140); Green value is 6 (2.73% from 255 or 4.29% from 140); Blue value is 19 (7.81% from 255 or 13.57% from 140); Max value from RGB is 115 - color contains mainly: red. Hex color #730613 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730613 is #8CF9EC. Grayscale: #282828. Windows color (decimal): -9239021 or 1246835. OLE color: 1246835.

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

Color convert

RGB115619-
CMYK00.950.830.55
HSL352.84º90.08%23.73%-
HSV(B)352.84º94.78%45.1%-
XYZ7.253.820.97-
YUV40.07116.11181.44-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 82.14%
GREEN value IS 6 (2.73% from 255) = 4.29%
BLUE value IS 19 (7.81% from 255) = 13.57%
R=82.14%
G=4.29%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11561900.950.830.55352.8490.0823.73
Hex7361305F53371615a18
Octal16362301371236754113230
Binary111001111010011010111111010011110111101100001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730613; }

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

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

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

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

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

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

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

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