#730823

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

Shades of Burgundy #730823

Tints of Burgundy #730823

Color information

#730823 (or 0x730823) is unknown color: approx Burgundy. HEX triplet: 73, 08 and 23. RGB value is (115,8,35). Sum of RGB (Red+Green+Blue) = 115+8+35=158 (20% of max value = 765). Red value is 115 (45.31% from 255 or 72.78% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 35 (14.06% from 255 or 22.15% from 158); Max value from RGB is 115 - color contains mainly: red. Hex color #730823 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730823 is #8CF7DC. Grayscale: #2B2B2B. Windows color (decimal): -9238493 or 2295923. OLE color: 2295923.

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

Color convert

RGB115835-
CMYK00.930.700.55
HSL344.86º86.99%24.12%-
HSV(B)344.86º93.04%45.1%-
XYZ7.463.941.96-
YUV43.07123.45179.3-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 72.78%
GREEN value IS 8 (3.52% from 255) = 5.06%
BLUE value IS 35 (14.06% from 255) = 22.15%
R=72.78%
G=5.06%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11583500.930.700.55344.8686.9924.12
Hex7382305D46371595718
Octal163104301351066753112730
Binary11100111000100011010111011000110110111101011001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730823; }

 p { color: rgb(115,8,35); }

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

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

 a { background-color: rgb(115,8,35); }

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

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

 span { border-color: rgb(115,8,35); }

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