#7A1642

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

Shades of Pompadour #7A1642

Tints of Pompadour #7A1642

Color information

#7A1642 (or 0x7A1642) is unknown color: approx Pompadour. HEX triplet: 7A, 16 and 42. RGB value is (122,22,66). Sum of RGB (Red+Green+Blue) = 122+22+66=210 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.10% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1642 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1642 is #85E9BD. Grayscale: #383838. Windows color (decimal): -8776126 or 4331130. OLE color: 4331130.

HSL color Cylindrical-coordinate representation of color #7A1642: hue angle of 333.6º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7A1642 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.52.

Color convert

RGB1222266-
CMYK00.820.460.52
HSL333.6º69.44%28.24%-
HSV(B)333.6º81.97%47.84%-
XYZ9.35.15.65-
YUV56.92133.13174.42-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 58.10%
GREEN value IS 22 (8.98% from 255) = 10.48%
BLUE value IS 66 (26.17% from 255) = 31.43%
R=58.10%
G=10.48%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.46
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122226600.820.460.52333.669.4428.24
Hex7A16420522E3414e451c
Octal172261020122566451610534
Binary111101010110100001001010010101110110100101001110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,22,66); }

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

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

 a { background-color: rgb(122,22,66); }

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

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

 span { border-color: rgb(122,22,66); }

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