#730312

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

Shades of Burgundy #730312

Tints of Burgundy #730312

Color information

#730312 (or 0x730312) is unknown color: approx Burgundy. HEX triplet: 73, 03 and 12. RGB value is (115,3,18). Sum of RGB (Red+Green+Blue) = 115+3+18=136 (18% of max value = 765). Red value is 115 (45.31% from 255 or 84.56% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 115 - color contains mainly: red. Hex color #730312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730312 is #8CFCED. Grayscale: #262626. Windows color (decimal): -9239790 or 1180531. OLE color: 1180531.

HSL color Cylindrical-coordinate representation of color #730312: hue angle of 351.96º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #730312 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB115318-
CMYK00.970.840.55
HSL351.96º94.92%23.14%-
HSV(B)351.96º97.39%45.1%-
XYZ7.213.750.92-
YUV38.2116.61182.78-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 84.56%
GREEN value IS 3 (1.56% from 255) = 2.21%
BLUE value IS 18 (7.42% from 255) = 13.24%
R=84.56%
G=2.21%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11531800.970.840.55351.9694.9223.14
Hex7331206154371605f17
Octal16332201411246754013727
Binary11100111110010011000011010100110111101100000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730312; }

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

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

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

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

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

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

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

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