#791257

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

Shades of Pompadour #791257

Tints of Pompadour #791257

Color information

#791257 (or 0x791257) is unknown color: approx Pompadour. HEX triplet: 79, 12 and 57. RGB value is (121,18,87). Sum of RGB (Red+Green+Blue) = 121+18+87=226 (29% of max value = 765). Red value is 121 (47.66% from 255 or 53.54% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 87 (34.38% from 255 or 38.50% from 226); Max value from RGB is 121 - color contains mainly: red. Hex color #791257 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791257 is #86EDA8. Grayscale: #383838. Windows color (decimal): -8842665 or 5706361. OLE color: 5706361.

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

Color convert

RGB1211887-
CMYK00.850.280.53
HSL319.81º74.1%27.25%-
HSV(B)319.81º85.12%47.45%-
XYZ9.825.199.5-
YUV56.66145.12173.89-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 53.54%
GREEN value IS 18 (7.42% from 255) = 7.96%
BLUE value IS 87 (34.38% from 255) = 38.50%
R=53.54%
G=7.96%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121188700.850.280.53319.8174.127.25
Hex7912570551C351404a1b
Octal171221270125346550011233
Binary11110011001010101110101010111100110101101000000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791257; }

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

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

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

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

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

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

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

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