#7A1D50

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

Shades of Pompadour #7A1D50

Tints of Pompadour #7A1D50

Color information

#7A1D50 (or 0x7A1D50) is unknown color: approx Pompadour. HEX triplet: 7A, 1D and 50. RGB value is (122,29,80). Sum of RGB (Red+Green+Blue) = 122+29+80=231 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.81% from 231); Green value is 29 (11.72% from 255 or 12.55% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1D50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A1D50 is #85E2AF. Grayscale: #3E3E3E. Windows color (decimal): -8774320 or 5250426. OLE color: 5250426.

HSL color Cylindrical-coordinate representation of color #7A1D50: hue angle of 327.1º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7A1D50 is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.52.

Color convert

RGB1222980-
CMYK00.760.340.52
HSL327.1º61.59%29.61%-
HSV(B)327.1º76.23%47.84%-
XYZ9.915.68.15-
YUV62.62137.81170.35-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 52.81%
GREEN value IS 29 (11.72% from 255) = 12.55%
BLUE value IS 80 (31.64% from 255) = 34.63%
R=52.81%
G=12.55%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.34
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122298000.760.340.52327.161.5929.61
Hex7A1D5004C22341473e1e
Octal17235120011442645077636
Binary11110101110110100000100110010001011010010100011111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A1D50; }

 p { color: rgb(122,29,80); }

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

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

 a { background-color: rgb(122,29,80); }

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

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

 span { border-color: rgb(122,29,80); }

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