#791C53

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

Shades of Pompadour #791C53

Tints of Pompadour #791C53

Color information

#791C53 (or 0x791C53) is unknown color: approx Pompadour. HEX triplet: 79, 1C and 53. RGB value is (121,28,83). Sum of RGB (Red+Green+Blue) = 121+28+83=232 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.16% from 232); Green value is 28 (11.33% from 255 or 12.07% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 121 - color contains mainly: red. Hex color #791C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #791C53 is #86E3AC. Grayscale: #3D3D3D. Windows color (decimal): -8840109 or 5446777. OLE color: 5446777.

HSL color Cylindrical-coordinate representation of color #791C53: hue angle of 324.52º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #791C53 is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB1212883-
CMYK00.770.310.53
HSL324.52º62.42%29.22%-
HSV(B)324.52º76.86%47.45%-
XYZ9.865.528.73-
YUV62.08139.81170.03-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 52.16%
GREEN value IS 28 (11.33% from 255) = 12.07%
BLUE value IS 83 (32.81% from 255) = 35.78%
R=52.16%
G=12.07%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121288300.770.310.53324.5262.4229.22
Hex791C5304D1F351453e1d
Octal17134123011537655057635
Binary1111001111001010011010011011111111010110100010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791C53; }

 p { color: rgb(121,28,83); }

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

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

 a { background-color: rgb(121,28,83); }

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

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

 span { border-color: rgb(121,28,83); }

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