#791B53

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

Shades of Pompadour #791B53

Tints of Pompadour #791B53

Color information

#791B53 (or 0x791B53) is unknown color: approx Pompadour. HEX triplet: 79, 1B and 53. RGB value is (121,27,83). Sum of RGB (Red+Green+Blue) = 121+27+83=231 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.38% from 231); Green value is 27 (10.94% from 255 or 11.69% from 231); Blue value is 83 (32.81% from 255 or 35.93% from 231); Max value from RGB is 121 - color contains mainly: red. Hex color #791B53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #791B53 is #86E4AC. Grayscale: #3D3D3D. Windows color (decimal): -8840365 or 5446521. OLE color: 5446521.

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

Color convert

RGB1212783-
CMYK00.780.310.53
HSL324.26º63.51%29.02%-
HSV(B)324.26º77.69%47.45%-
XYZ9.845.478.72-
YUV61.49140.14170.45-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 52.38%
GREEN value IS 27 (10.94% from 255) = 11.69%
BLUE value IS 83 (32.81% from 255) = 35.93%
R=52.38%
G=11.69%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121278300.780.310.53324.2663.5129.02
Hex791B5304E1F35144401d
Octal171331230116376550410035
Binary11110011101110100110100111011111110101101000100100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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