#642A4E

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

Shades of Pompadour #642A4E

Tints of Pompadour #642A4E

Color information

#642A4E (or 0x642A4E) is unknown color: approx Pompadour. HEX triplet: 64, 2A and 4E. RGB value is (100,42,78). Sum of RGB (Red+Green+Blue) = 100+42+78=220 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.45% from 220); Green value is 42 (16.80% from 255 or 19.09% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 100 - color contains mainly: red. Hex color #642A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642A4E is #9BD5B1. Grayscale: #3F3F3F. Windows color (decimal): -10212786 or 5122660. OLE color: 5122660.

HSL color Cylindrical-coordinate representation of color #642A4E: hue angle of 322.76º 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 #642A4E is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB1004278-
CMYK00.580.220.61
HSL322.76º40.85%27.84%-
HSV(B)322.76º58%39.22%-
XYZ7.464.927.76-
YUV63.45136.22154.07-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.45%
GREEN value IS 42 (16.80% from 255) = 19.09%
BLUE value IS 78 (30.86% from 255) = 35.45%
R=45.45%
G=19.09%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100427800.580.220.61322.7640.8527.84
Hex642A4E03A163D143291c
Octal1445211607226755035134
Binary1100100101010100111001110101011011110110100001110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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