#730812

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

Shades of Burgundy #730812

Tints of Burgundy #730812

Color information

#730812 (or 0x730812) is unknown color: approx Burgundy. HEX triplet: 73, 08 and 12. RGB value is (115,8,18). Sum of RGB (Red+Green+Blue) = 115+8+18=141 (18% of max value = 765). Red value is 115 (45.31% from 255 or 81.56% from 141); Green value is 8 (3.52% from 255 or 5.67% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 115 - color contains mainly: red. Hex color #730812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730812 is #8CF7ED. Grayscale: #292929. Windows color (decimal): -9238510 or 1181811. OLE color: 1181811.

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

Color convert

RGB115818-
CMYK00.930.840.55
HSL354.39º86.99%24.12%-
HSV(B)354.39º93.04%45.1%-
XYZ7.273.860.93-
YUV41.13114.95180.69-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 81.56%
GREEN value IS 8 (3.52% from 255) = 5.67%
BLUE value IS 18 (7.42% from 255) = 12.77%
R=81.56%
G=5.67%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11581800.930.840.55354.3986.9924.12
Hex7381205D54371625718
Octal163102201351246754212730
Binary1110011100010010010111011010100110111101100010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730812; }

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

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

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

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

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

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

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

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