#730018

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

Shades of Burgundy #730018

Tints of Burgundy #730018

Color information

#730018 (or 0x730018) is unknown color: approx Burgundy. HEX triplet: 73, 00 and 18. RGB value is (115,0,24). Sum of RGB (Red+Green+Blue) = 115+0+24=139 (18% of max value = 765). Red value is 115 (45.31% from 255 or 82.73% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 24 (9.77% from 255 or 17.27% from 139); Max value from RGB is 115 - color contains mainly: red. Hex color #730018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730018 is #8CFFE7. Grayscale: #252525. Windows color (decimal): -9240552 or 1572979. OLE color: 1572979.

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

Color convert

RGB115024-
CMYK010.790.55
HSL347.48º100%22.55%-
HSV(B)347.48º100%45.1%-
XYZ7.243.711.2-
YUV37.12120.6183.55-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 82.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 24 (9.77% from 255) = 17.27%
R=82.73%
G=0%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115024010.790.55347.4810022.55
Hex730180644F3715b6417
Octal16303001441176753314427
Binary1110011011000011001001001111110111101011011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730018; }

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

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

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

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

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

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

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

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