#790418

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

Shades of Burgundy #790418

Tints of Burgundy #790418

Color information

#790418 (or 0x790418) is unknown color: approx Burgundy. HEX triplet: 79, 04 and 18. RGB value is (121,4,24). Sum of RGB (Red+Green+Blue) = 121+4+24=149 (19% of max value = 765). Red value is 121 (47.66% from 255 or 81.21% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 24 (9.77% from 255 or 16.11% from 149); Max value from RGB is 121 - color contains mainly: red. Hex color #790418 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790418 is #86FBE7. Grayscale: #292929. Windows color (decimal): -8846312 or 1574009. OLE color: 1574009.

HSL color Cylindrical-coordinate representation of color #790418: hue angle of 349.74º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #790418 is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.53.

Color convert

RGB121424-
CMYK00.970.800.53
HSL349.74º93.6%24.51%-
HSV(B)349.74º96.69%47.45%-
XYZ8.094.221.25-
YUV41.26118.26184.87-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 81.21%
GREEN value IS 4 (1.95% from 255) = 2.68%
BLUE value IS 24 (9.77% from 255) = 16.11%
R=81.21%
G=2.68%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.80
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12142400.970.800.53349.7493.624.51
Hex79418061503515e5e19
Octal17143001411206553613631
Binary111100110011000011000011010000110101101011110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790418; }

 p { color: rgb(121,4,24); }

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

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

 a { background-color: rgb(121,4,24); }

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

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

 span { border-color: rgb(121,4,24); }

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