#730320

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

Shades of Burgundy #730320

Tints of Burgundy #730320

Color information

#730320 (or 0x730320) is unknown color: approx Burgundy. HEX triplet: 73, 03 and 20. RGB value is (115,3,32). Sum of RGB (Red+Green+Blue) = 115+3+32=150 (19% of max value = 765). Red value is 115 (45.31% from 255 or 76.67% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 32 (12.89% from 255 or 21.33% from 150); Max value from RGB is 115 - color contains mainly: red. Hex color #730320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730320 is #8CFCDF. Grayscale: #272727. Windows color (decimal): -9239776 or 2098035. OLE color: 2098035.

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

Color convert

RGB115332-
CMYK00.970.720.55
HSL344.46º94.92%23.14%-
HSV(B)344.46º97.39%45.1%-
XYZ7.363.811.71-
YUV39.79123.61181.64-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 76.67%
GREEN value IS 3 (1.56% from 255) = 2%
BLUE value IS 32 (12.89% from 255) = 21.33%
R=76.67%
G=2%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11533200.970.720.55344.4694.9223.14
Hex7332006148371585f17
Octal16334001411106753013727
Binary111001111100000011000011001000110111101011000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730320; }

 p { color: rgb(115,3,32); }

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

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

 a { background-color: rgb(115,3,32); }

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

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

 span { border-color: rgb(115,3,32); }

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