#7A0F40

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

Shades of Pompadour #7A0F40

Tints of Pompadour #7A0F40

Color information

#7A0F40 (or 0x7A0F40) is unknown color: approx Pompadour. HEX triplet: 7A, 0F and 40. RGB value is (122,15,64). Sum of RGB (Red+Green+Blue) = 122+15+64=201 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.70% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0F40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0F40 is #85F0BF. Grayscale: #343434. Windows color (decimal): -8777920 or 4198266. OLE color: 4198266.

HSL color Cylindrical-coordinate representation of color #7A0F40: hue angle of 332.52º 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 #7A0F40 is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.52.

Color convert

RGB1221564-
CMYK00.880.480.52
HSL332.52º78.1%26.86%-
HSV(B)332.52º87.7%47.84%-
XYZ9.124.855.31-
YUV52.58134.45177.52-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 60.70%
GREEN value IS 15 (6.25% from 255) = 7.46%
BLUE value IS 64 (25.39% from 255) = 31.84%
R=60.70%
G=7.46%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.48
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122156400.880.480.52332.5278.126.86
Hex7AF40058303414d4e1b
Octal172171000130606451511633
Binary11110101111100000001011000110000110100101001101100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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