#7A1A57

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

Shades of Pompadour #7A1A57

Tints of Pompadour #7A1A57

Color information

#7A1A57 (or 0x7A1A57) is unknown color: approx Pompadour. HEX triplet: 7A, 1A and 57. RGB value is (122,26,87). Sum of RGB (Red+Green+Blue) = 122+26+87=235 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.91% from 235); Green value is 26 (10.55% from 255 or 11.06% from 235); Blue value is 87 (34.38% from 255 or 37.02% from 235); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1A57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A1A57 is #85E5A8. Grayscale: #3D3D3D. Windows color (decimal): -8775081 or 5708410. OLE color: 5708410.

HSL color Cylindrical-coordinate representation of color #7A1A57: hue angle of 321.88º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7A1A57 is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.52.

Color convert

RGB1222687-
CMYK00.790.290.52
HSL321.88º64.86%29.02%-
HSV(B)321.88º78.69%47.84%-
XYZ10.125.569.56-
YUV61.66142.3171.04-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 51.91%
GREEN value IS 26 (10.55% from 255) = 11.06%
BLUE value IS 87 (34.38% from 255) = 37.02%
R=51.91%
G=11.06%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.29
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122268700.790.290.52321.8864.8629.02
Hex7A1A5704F1D34142411d
Octal172321270117356450210135
Binary11110101101010101110100111111101110100101000010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,26,87); }

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

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

 a { background-color: rgb(122,26,87); }

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

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

 span { border-color: rgb(122,26,87); }

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