#642A4A

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

Shades of Pompadour #642A4A

Tints of Pompadour #642A4A

Color information

#642A4A (or 0x642A4A) is unknown color: approx Pompadour. HEX triplet: 64, 2A and 4A. RGB value is (100,42,74). Sum of RGB (Red+Green+Blue) = 100+42+74=216 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.30% from 216); Green value is 42 (16.80% from 255 or 19.44% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 100 - color contains mainly: red. Hex color #642A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642A4A is #9BD5B5. Grayscale: #3E3E3E. Windows color (decimal): -10212790 or 4860516. OLE color: 4860516.

HSL color Cylindrical-coordinate representation of color #642A4A: hue angle of 326.9º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #642A4A is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB1004274-
CMYK00.580.260.61
HSL326.9º40.85%27.84%-
HSV(B)326.9º58%39.22%-
XYZ7.324.867.03-
YUV62.99134.22154.4-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.30%
GREEN value IS 42 (16.80% from 255) = 19.44%
BLUE value IS 74 (29.30% from 255) = 34.26%
R=46.30%
G=19.44%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100427400.580.260.61326.940.8527.84
Hex642A4A03A1A3D147291c
Octal1445211207232755075134
Binary1100100101010100101001110101101011110110100011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642A4A; }

 p { color: rgb(100,42,74); }

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

<style>
 a { background-color: #642A4A; }

 a { background-color: rgb(100,42,74); }

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

<style>
 span { border-color: #642A4A; }

 span { border-color: rgb(100,42,74); }

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