#791240

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

Shades of Pompadour #791240

Tints of Pompadour #791240

Color information

#791240 (or 0x791240) is unknown color: approx Pompadour. HEX triplet: 79, 12 and 40. RGB value is (121,18,64). Sum of RGB (Red+Green+Blue) = 121+18+64=203 (26% of max value = 765). Red value is 121 (47.66% from 255 or 59.61% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 121 - color contains mainly: red. Hex color #791240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791240 is #86EDBF. Grayscale: #353535. Windows color (decimal): -8842688 or 4199033. OLE color: 4199033.

HSL color Cylindrical-coordinate representation of color #791240: hue angle of 333.2º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #791240 is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB1211864-
CMYK00.850.470.53
HSL333.2º74.1%27.25%-
HSV(B)333.2º85.12%47.45%-
XYZ9.034.875.31-
YUV54.04133.62175.76-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 59.61%
GREEN value IS 18 (7.42% from 255) = 8.87%
BLUE value IS 64 (25.39% from 255) = 31.53%
R=59.61%
G=8.87%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121186400.850.470.53333.274.127.25
Hex7912400552F3514d4a1b
Octal171221000125576551511233
Binary111100110010100000001010101101111110101101001101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791240; }

 p { color: rgb(121,18,64); }

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

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

 a { background-color: rgb(121,18,64); }

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

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

 span { border-color: rgb(121,18,64); }

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