#730321

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

Shades of Burgundy #730321

Tints of Burgundy #730321

Color information

#730321 (or 0x730321) is unknown color: approx Burgundy. HEX triplet: 73, 03 and 21. RGB value is (115,3,33). Sum of RGB (Red+Green+Blue) = 115+3+33=151 (20% of max value = 765). Red value is 115 (45.31% from 255 or 76.16% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 33 (13.28% from 255 or 21.85% from 151); Max value from RGB is 115 - color contains mainly: red. Hex color #730321 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730321 is #8CFCDE. Grayscale: #272727. Windows color (decimal): -9239775 or 2163571. OLE color: 2163571.

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

Color convert

RGB115333-
CMYK00.970.710.55
HSL343.93º94.92%23.14%-
HSV(B)343.93º97.39%45.1%-
XYZ7.383.821.79-
YUV39.91124.11181.56-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 76.16%
GREEN value IS 3 (1.56% from 255) = 1.99%
BLUE value IS 33 (13.28% from 255) = 21.85%
R=76.16%
G=1.99%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11533300.970.710.55343.9394.9223.14
Hex7332106147371585f17
Octal16334101411076753013727
Binary111001111100001011000011000111110111101011000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730321; }

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

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

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

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

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

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

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

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