#7A0E45

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

Shades of Pompadour #7A0E45

Tints of Pompadour #7A0E45

Color information

#7A0E45 (or 0x7A0E45) is unknown color: approx Pompadour. HEX triplet: 7A, 0E and 45. RGB value is (122,14,69). Sum of RGB (Red+Green+Blue) = 122+14+69=205 (27% of max value = 765). Red value is 122 (48.05% from 255 or 59.51% from 205); Green value is 14 (5.86% from 255 or 6.83% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0E45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0E45 is #85F1BA. Grayscale: #343434. Windows color (decimal): -8778171 or 4525690. OLE color: 4525690.

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

Color convert

RGB1221469-
CMYK00.890.430.52
HSL329.44º79.41%26.67%-
HSV(B)329.44º88.52%47.84%-
XYZ9.264.886.08-
YUV52.56137.28177.53-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 59.51%
GREEN value IS 14 (5.86% from 255) = 6.83%
BLUE value IS 69 (27.34% from 255) = 33.66%
R=59.51%
G=6.83%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.43
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122146900.890.430.52329.4479.4126.67
Hex7AE450592B341494f1b
Octal172161050131536451111733
Binary11110101110100010101011001101011110100101001001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,14,69); }

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

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

 a { background-color: rgb(122,14,69); }

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

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

 span { border-color: rgb(122,14,69); }

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