#791957

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

Shades of Pompadour #791957

Tints of Pompadour #791957

Color information

#791957 (or 0x791957) is unknown color: approx Pompadour. HEX triplet: 79, 19 and 57. RGB value is (121,25,87). Sum of RGB (Red+Green+Blue) = 121+25+87=233 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.93% from 233); Green value is 25 (10.16% from 255 or 10.73% from 233); Blue value is 87 (34.38% from 255 or 37.34% from 233); Max value from RGB is 121 - color contains mainly: red. Hex color #791957 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791957 is #86E6A8. Grayscale: #3C3C3C. Windows color (decimal): -8840873 or 5708153. OLE color: 5708153.

HSL color Cylindrical-coordinate representation of color #791957: hue angle of 321.25º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #791957 is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB1212587-
CMYK00.790.280.53
HSL321.25º65.75%28.63%-
HSV(B)321.25º79.34%47.45%-
XYZ9.955.459.54-
YUV60.77142.8170.96-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.93%
GREEN value IS 25 (10.16% from 255) = 10.73%
BLUE value IS 87 (34.38% from 255) = 37.34%
R=51.93%
G=10.73%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121258700.790.280.53321.2565.7528.63
Hex79195704F1C35141421d
Octal171311270117346550110235
Binary11110011100110101110100111111100110101101000001100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791957; }

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

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

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

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

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

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

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

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