#730112

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

Shades of Burgundy #730112

Tints of Burgundy #730112

Color information

#730112 (or 0x730112) is unknown color: approx Burgundy. HEX triplet: 73, 01 and 12. RGB value is (115,1,18). Sum of RGB (Red+Green+Blue) = 115+1+18=134 (17% of max value = 765). Red value is 115 (45.31% from 255 or 85.82% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 115 - color contains mainly: red. Hex color #730112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730112 is #8CFEED. Grayscale: #252525. Windows color (decimal): -9240302 or 1180019. OLE color: 1180019.

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

Color convert

RGB115118-
CMYK00.990.840.55
HSL351.05º98.28%22.75%-
HSV(B)351.05º99.13%45.1%-
XYZ7.193.710.91-
YUV37.02117.27183.62-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 85.82%
GREEN value IS 1 (0.78% from 255) = 0.75%
BLUE value IS 18 (7.42% from 255) = 13.43%
R=85.82%
G=0.75%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11511800.990.840.55351.0598.2822.75
Hex73112063543715f6217
Octal16312201431246753714227
Binary1110011110010011000111010100110111101011111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730112; }

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

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

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

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

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

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

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

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