#7A0F49

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

Shades of Pompadour #7A0F49

Tints of Pompadour #7A0F49

Color information

#7A0F49 (or 0x7A0F49) is unknown color: approx Pompadour. HEX triplet: 7A, 0F and 49. RGB value is (122,15,73). Sum of RGB (Red+Green+Blue) = 122+15+73=210 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.10% from 210); Green value is 15 (6.25% from 255 or 7.14% from 210); Blue value is 73 (28.91% from 255 or 34.76% from 210); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0F49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0F49 is #85F0B6. Grayscale: #353535. Windows color (decimal): -8777911 or 4788090. OLE color: 4788090.

HSL color Cylindrical-coordinate representation of color #7A0F49: hue angle of 327.48º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7A0F49 is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.52.

Color convert

RGB1221573-
CMYK00.880.400.52
HSL327.48º78.1%26.86%-
HSV(B)327.48º87.7%47.84%-
XYZ9.44.966.77-
YUV53.6138.95176.78-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 58.10%
GREEN value IS 15 (6.25% from 255) = 7.14%
BLUE value IS 73 (28.91% from 255) = 34.76%
R=58.10%
G=7.14%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.40
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122157300.880.400.52327.4878.126.86
Hex7AF4905828341474e1b
Octal172171110130506450711633
Binary11110101111100100101011000101000110100101000111100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,15,73); }

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

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

 a { background-color: rgb(122,15,73); }

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

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

 span { border-color: rgb(122,15,73); }

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