#730A20

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

Shades of Burgundy #730A20

Tints of Burgundy #730A20

Color information

#730A20 (or 0x730A20) is unknown color: approx Burgundy. HEX triplet: 73, 0A and 20. RGB value is (115,10,32). Sum of RGB (Red+Green+Blue) = 115+10+32=157 (20% of max value = 765). Red value is 115 (45.31% from 255 or 73.25% from 157); Green value is 10 (4.30% from 255 or 6.37% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 115 - color contains mainly: red. Hex color #730A20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730A20 is #8CF5DF. Grayscale: #2B2B2B. Windows color (decimal): -9237984 or 2099827. OLE color: 2099827.

HSL color Cylindrical-coordinate representation of color #730A20: hue angle of 347.43º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #730A20 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB1151032-
CMYK00.910.720.55
HSL347.43º84%24.51%-
HSV(B)347.43º91.3%45.1%-
XYZ7.443.971.74-
YUV43.9121.29178.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 73.25%
GREEN value IS 10 (4.30% from 255) = 6.37%
BLUE value IS 32 (12.89% from 255) = 20.38%
R=73.25%
G=6.37%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115103200.910.720.55347.438424.51
Hex73A2005B483715b5419
Octal163124001331106753312431
Binary11100111010100000010110111001000110111101011011101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730A20; }

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

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

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

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

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

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

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

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