#730117

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

Shades of Burgundy #730117

Tints of Burgundy #730117

Color information

#730117 (or 0x730117) is unknown color: approx Burgundy. HEX triplet: 73, 01 and 17. RGB value is (115,1,23). Sum of RGB (Red+Green+Blue) = 115+1+23=139 (18% of max value = 765). Red value is 115 (45.31% from 255 or 82.73% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 23 (9.38% from 255 or 16.55% from 139); Max value from RGB is 115 - color contains mainly: red. Hex color #730117 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730117 is #8CFEE8. Grayscale: #252525. Windows color (decimal): -9240297 or 1507699. OLE color: 1507699.

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

Color convert

RGB115123-
CMYK00.990.800.55
HSL348.42º98.28%22.75%-
HSV(B)348.42º99.13%45.1%-
XYZ7.243.731.15-
YUV37.59119.77183.21-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 82.73%
GREEN value IS 1 (0.78% from 255) = 0.72%
BLUE value IS 23 (9.38% from 255) = 16.55%
R=82.73%
G=0.72%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.80
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11512300.990.800.55348.4298.2822.75
Hex73117063503715c6217
Octal16312701431206753414227
Binary1110011110111011000111010000110111101011100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730117; }

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

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

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

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

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

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

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

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