#791952

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

Shades of Pompadour #791952

Tints of Pompadour #791952

Color information

#791952 (or 0x791952) is unknown color: approx Pompadour. HEX triplet: 79, 19 and 52. RGB value is (121,25,82). Sum of RGB (Red+Green+Blue) = 121+25+82=228 (30% of max value = 765). Red value is 121 (47.66% from 255 or 53.07% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 121 - color contains mainly: red. Hex color #791952 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791952 is #86E6AD. Grayscale: #3C3C3C. Windows color (decimal): -8840878 or 5380473. OLE color: 5380473.

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

Color convert

RGB1212582-
CMYK00.790.320.53
HSL324.38º65.75%28.63%-
HSV(B)324.38º79.34%47.45%-
XYZ9.765.378.5-
YUV60.2140.3171.37-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 53.07%
GREEN value IS 25 (10.16% from 255) = 10.96%
BLUE value IS 82 (32.42% from 255) = 35.96%
R=53.07%
G=10.96%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121258200.790.320.53324.3865.7528.63
Hex79195204F2035144421d
Octal171311220117406550410235
Binary111100111001101001001001111100000110101101000100100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791952; }

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

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

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

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

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

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

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

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