#730912

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

Shades of Burgundy #730912

Tints of Burgundy #730912

Color information

#730912 (or 0x730912) is unknown color: approx Burgundy. HEX triplet: 73, 09 and 12. RGB value is (115,9,18). Sum of RGB (Red+Green+Blue) = 115+9+18=142 (18% of max value = 765). Red value is 115 (45.31% from 255 or 80.99% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 115 - color contains mainly: red. Hex color #730912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730912 is #8CF6ED. Grayscale: #292929. Windows color (decimal): -9238254 or 1182067. OLE color: 1182067.

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

Color convert

RGB115918-
CMYK00.920.840.55
HSL354.91º85.48%24.31%-
HSV(B)354.91º92.17%45.1%-
XYZ7.283.880.94-
YUV41.72114.62180.27-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 80.99%
GREEN value IS 9 (3.91% from 255) = 6.34%
BLUE value IS 18 (7.42% from 255) = 12.68%
R=80.99%
G=6.34%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11591800.920.840.55354.9185.4824.31
Hex7391205C54371635518
Octal163112201341246754312530
Binary1110011100110010010111001010100110111101100011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730912; }

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

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

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

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

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

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

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

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