#790125

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

Shades of Burgundy #790125

Tints of Burgundy #790125

Color information

#790125 (or 0x790125) is unknown color: approx Burgundy. HEX triplet: 79, 01 and 25. RGB value is (121,1,37). Sum of RGB (Red+Green+Blue) = 121+1+37=159 (21% of max value = 765). Red value is 121 (47.66% from 255 or 76.10% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 37 (14.84% from 255 or 23.27% from 159); Max value from RGB is 121 - color contains mainly: red. Hex color #790125 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790125 is #86FEDA. Grayscale: #282828. Windows color (decimal): -8847067 or 2425209. OLE color: 2425209.

HSL color Cylindrical-coordinate representation of color #790125: hue angle of 342º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #790125 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB121137-
CMYK00.990.690.53
HSL342º98.36%23.92%-
HSV(B)342º99.17%47.45%-
XYZ8.234.222.13-
YUV40.98125.76185.07-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 76.10%
GREEN value IS 1 (0.78% from 255) = 0.63%
BLUE value IS 37 (14.84% from 255) = 23.27%
R=76.10%
G=0.63%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12113700.990.690.5334298.3623.92
Hex7912506345351566218
Octal17114501431056552614230
Binary11110011100101011000111000101110101101010110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790125; }

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

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

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

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

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

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

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

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