#790428

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

Shades of Burgundy #790428

Tints of Burgundy #790428

Color information

#790428 (or 0x790428) is unknown color: approx Burgundy. HEX triplet: 79, 04 and 28. RGB value is (121,4,40). Sum of RGB (Red+Green+Blue) = 121+4+40=165 (21% of max value = 765). Red value is 121 (47.66% from 255 or 73.33% from 165); Green value is 4 (1.95% from 255 or 2.42% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 121 - color contains mainly: red. Hex color #790428 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790428 is #86FBD7. Grayscale: #2B2B2B. Windows color (decimal): -8846296 or 2622585. OLE color: 2622585.

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

Color convert

RGB121440-
CMYK00.970.670.53
HSL341.54º93.6%24.51%-
HSV(B)341.54º96.69%47.45%-
XYZ8.314.32.4-
YUV43.09126.26183.57-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 73.33%
GREEN value IS 4 (1.95% from 255) = 2.42%
BLUE value IS 40 (16.02% from 255) = 24.24%
R=73.33%
G=2.42%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12144000.970.670.53341.5493.624.51
Hex7942806143351565e19
Octal17145001411036552613631
Binary1111001100101000011000011000011110101101010110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790428; }

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

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

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

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

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

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

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

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