#790425

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

Shades of Burgundy #790425

Tints of Burgundy #790425

Color information

#790425 (or 0x790425) is unknown color: approx Burgundy. HEX triplet: 79, 04 and 25. RGB value is (121,4,37). Sum of RGB (Red+Green+Blue) = 121+4+37=162 (21% of max value = 765). Red value is 121 (47.66% from 255 or 74.69% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 37 (14.84% from 255 or 22.84% from 162); Max value from RGB is 121 - color contains mainly: red. Hex color #790425 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790425 is #86FBDA. Grayscale: #2A2A2A. Windows color (decimal): -8846299 or 2425977. OLE color: 2425977.

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

Color convert

RGB121437-
CMYK00.970.690.53
HSL343.08º93.6%24.51%-
HSV(B)343.08º96.69%47.45%-
XYZ8.264.292.14-
YUV42.74124.76183.82-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 74.69%
GREEN value IS 4 (1.95% from 255) = 2.47%
BLUE value IS 37 (14.84% from 255) = 22.84%
R=74.69%
G=2.47%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12143700.970.690.53343.0893.624.51
Hex7942506145351575e19
Octal17144501411056552713631
Binary1111001100100101011000011000101110101101010111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790425; }

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

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

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

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

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

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

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

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