#730118

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

Shades of Burgundy #730118

Tints of Burgundy #730118

Color information

#730118 (or 0x730118) is unknown color: approx Burgundy. HEX triplet: 73, 01 and 18. RGB value is (115,1,24). Sum of RGB (Red+Green+Blue) = 115+1+24=140 (18% of max value = 765). Red value is 115 (45.31% from 255 or 82.14% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 24 (9.77% from 255 or 17.14% from 140); Max value from RGB is 115 - color contains mainly: red. Hex color #730118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730118 is #8CFEE7. Grayscale: #252525. Windows color (decimal): -9240296 or 1573235. OLE color: 1573235.

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

Color convert

RGB115124-
CMYK00.990.790.55
HSL347.89º98.28%22.75%-
HSV(B)347.89º99.13%45.1%-
XYZ7.253.731.2-
YUV37.71120.27183.13-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 82.14%
GREEN value IS 1 (0.78% from 255) = 0.71%
BLUE value IS 24 (9.77% from 255) = 17.14%
R=82.14%
G=0.71%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11512400.990.790.55347.8998.2822.75
Hex731180634F3715c6217
Octal16313001431176753414227
Binary1110011111000011000111001111110111101011100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730118; }

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

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

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

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

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

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

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

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