#730818

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

Shades of Burgundy #730818

Tints of Burgundy #730818

Color information

#730818 (or 0x730818) is unknown color: approx Burgundy. HEX triplet: 73, 08 and 18. RGB value is (115,8,24). Sum of RGB (Red+Green+Blue) = 115+8+24=147 (19% of max value = 765). Red value is 115 (45.31% from 255 or 78.23% from 147); Green value is 8 (3.52% from 255 or 5.44% from 147); Blue value is 24 (9.77% from 255 or 16.33% from 147); Max value from RGB is 115 - color contains mainly: red. Hex color #730818 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730818 is #8CF7E7. Grayscale: #292929. Windows color (decimal): -9238504 or 1575027. OLE color: 1575027.

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

Color convert

RGB115824-
CMYK00.930.790.55
HSL351.03º86.99%24.12%-
HSV(B)351.03º93.04%45.1%-
XYZ7.323.881.23-
YUV41.82117.95180.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 78.23%
GREEN value IS 8 (3.52% from 255) = 5.44%
BLUE value IS 24 (9.77% from 255) = 16.33%
R=78.23%
G=5.44%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11582400.930.790.55351.0386.9924.12
Hex7381805D4F3715f5718
Octal163103001351176753712730
Binary1110011100011000010111011001111110111101011111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730818; }

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

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

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

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

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

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

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

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