#730829

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

Shades of Burgundy #730829

Tints of Burgundy #730829

Color information

#730829 (or 0x730829) is unknown color: approx Burgundy. HEX triplet: 73, 08 and 29. RGB value is (115,8,41). Sum of RGB (Red+Green+Blue) = 115+8+41=164 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.12% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 41 (16.41% from 255 or 25% from 164); Max value from RGB is 115 - color contains mainly: red. Hex color #730829 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730829 is #8CF7D6. Grayscale: #2B2B2B. Windows color (decimal): -9238487 or 2689139. OLE color: 2689139.

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

Color convert

RGB115841-
CMYK00.930.640.55
HSL341.5º86.99%24.12%-
HSV(B)341.5º93.04%45.1%-
XYZ7.563.982.47-
YUV43.76126.45178.82-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 70.12%
GREEN value IS 8 (3.52% from 255) = 4.88%
BLUE value IS 41 (16.41% from 255) = 25%
R=70.12%
G=4.88%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11584100.930.640.55341.586.9924.12
Hex7382905D40371555718
Octal163105101351006752512730
Binary11100111000101001010111011000000110111101010101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730829; }

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

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

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

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

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

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

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

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