#7A1A47

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

Shades of Pompadour #7A1A47

Tints of Pompadour #7A1A47

Color information

#7A1A47 (or 0x7A1A47) is unknown color: approx Pompadour. HEX triplet: 7A, 1A and 47. RGB value is (122,26,71). Sum of RGB (Red+Green+Blue) = 122+26+71=219 (29% of max value = 765). Red value is 122 (48.05% from 255 or 55.71% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 71 (28.12% from 255 or 32.42% from 219); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A1A47 is #85E5B8. Grayscale: #3B3B3B. Windows color (decimal): -8775097 or 4659834. OLE color: 4659834.

HSL color Cylindrical-coordinate representation of color #7A1A47: hue angle of 331.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 #7A1A47 is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.52.

Color convert

RGB1222671-
CMYK00.790.420.52
HSL331.88º64.86%29.02%-
HSV(B)331.88º78.69%47.84%-
XYZ9.535.336.49-
YUV59.83134.3172.34-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 55.71%
GREEN value IS 26 (10.55% from 255) = 11.87%
BLUE value IS 71 (28.12% from 255) = 32.42%
R=55.71%
G=11.87%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.42
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122267100.790.420.52331.8864.8629.02
Hex7A1A4704F2A3414c411d
Octal172321070117526451410135
Binary111101011010100011101001111101010110100101001100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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