#730922

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

Shades of Burgundy #730922

Tints of Burgundy #730922

Color information

#730922 (or 0x730922) is unknown color: approx Burgundy. HEX triplet: 73, 09 and 22. RGB value is (115,9,34). Sum of RGB (Red+Green+Blue) = 115+9+34=158 (20% of max value = 765). Red value is 115 (45.31% from 255 or 72.78% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 34 (13.67% from 255 or 21.52% from 158); Max value from RGB is 115 - color contains mainly: red. Hex color #730922 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730922 is #8CF6DD. Grayscale: #2B2B2B. Windows color (decimal): -9238238 or 2230643. OLE color: 2230643.

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

Color convert

RGB115934-
CMYK00.920.700.55
HSL345.85º85.48%24.31%-
HSV(B)345.85º92.17%45.1%-
XYZ7.463.961.88-
YUV43.54122.62178.97-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 72.78%
GREEN value IS 9 (3.91% from 255) = 5.70%
BLUE value IS 34 (13.67% from 255) = 21.52%
R=72.78%
G=5.70%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11593400.920.700.55345.8585.4824.31
Hex7392205C463715a5518
Octal163114201341066753212530
Binary11100111001100010010111001000110110111101011010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730922; }

 p { color: rgb(115,9,34); }

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

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

 a { background-color: rgb(115,9,34); }

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

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

 span { border-color: rgb(115,9,34); }

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