#790410

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

Shades of Burgundy #790410

Tints of Burgundy #790410

Color information

#790410 (or 0x790410) is unknown color: approx Burgundy. HEX triplet: 79, 04 and 10. RGB value is (121,4,16). Sum of RGB (Red+Green+Blue) = 121+4+16=141 (18% of max value = 765). Red value is 121 (47.66% from 255 or 85.82% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 16 (6.64% from 255 or 11.35% from 141); Max value from RGB is 121 - color contains mainly: red. Hex color #790410 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790410 is #86FBEF. Grayscale: #282828. Windows color (decimal): -8846320 or 1049721. OLE color: 1049721.

HSL color Cylindrical-coordinate representation of color #790410: hue angle of 353.85º 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 #790410 is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB121416-
CMYK00.970.870.53
HSL353.85º93.6%24.51%-
HSV(B)353.85º96.69%47.45%-
XYZ8.024.190.88-
YUV40.35114.26185.52-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 85.82%
GREEN value IS 4 (1.95% from 255) = 2.84%
BLUE value IS 16 (6.64% from 255) = 11.35%
R=85.82%
G=2.84%
B=11.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12141600.970.870.53353.8593.624.51
Hex7941006157351625e19
Octal17142001411276554213631
Binary111100110010000011000011010111110101101100010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790410; }

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

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

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

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

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

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

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

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