#7A1842

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

Shades of Pompadour #7A1842

Tints of Pompadour #7A1842

Color information

#7A1842 (or 0x7A1842) is unknown color: approx Pompadour. HEX triplet: 7A, 18 and 42. RGB value is (122,24,66). Sum of RGB (Red+Green+Blue) = 122+24+66=212 (28% of max value = 765). Red value is 122 (48.05% from 255 or 57.55% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 66 (26.17% from 255 or 31.13% from 212); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1842 is #85E7BD. Grayscale: #3A3A3A. Windows color (decimal): -8775614 or 4331642. OLE color: 4331642.

HSL color Cylindrical-coordinate representation of color #7A1842: hue angle of 334.29º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A1842 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.52.

Color convert

RGB1222466-
CMYK00.800.460.52
HSL334.29º67.12%28.63%-
HSV(B)334.29º80.33%47.84%-
XYZ9.345.185.66-
YUV58.09132.47173.58-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 57.55%
GREEN value IS 24 (9.77% from 255) = 11.32%
BLUE value IS 66 (26.17% from 255) = 31.13%
R=57.55%
G=11.32%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.46
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122246600.800.460.52334.2967.1228.63
Hex7A18420502E3414e431d
Octal172301020120566451610335
Binary111101011000100001001010000101110110100101001110100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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