#730819

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

Shades of Burgundy #730819

Tints of Burgundy #730819

Color information

#730819 (or 0x730819) is unknown color: approx Burgundy. HEX triplet: 73, 08 and 19. RGB value is (115,8,25). Sum of RGB (Red+Green+Blue) = 115+8+25=148 (19% of max value = 765). Red value is 115 (45.31% from 255 or 77.70% from 148); Green value is 8 (3.52% from 255 or 5.41% from 148); Blue value is 25 (10.16% from 255 or 16.89% from 148); Max value from RGB is 115 - color contains mainly: red. Hex color #730819 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730819 is #8CF7E6. Grayscale: #292929. Windows color (decimal): -9238503 or 1640563. OLE color: 1640563.

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

Color convert

RGB115825-
CMYK00.930.780.55
HSL350.47º86.99%24.12%-
HSV(B)350.47º93.04%45.1%-
XYZ7.333.891.28-
YUV41.93118.45180.12-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 77.70%
GREEN value IS 8 (3.52% from 255) = 5.41%
BLUE value IS 25 (10.16% from 255) = 16.89%
R=77.70%
G=5.41%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11582500.930.780.55350.4786.9924.12
Hex7381905D4E3715e5718
Octal163103101351166753612730
Binary1110011100011001010111011001110110111101011110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730819; }

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

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

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

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

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

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

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

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