#642F4E

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

Shades of Pompadour #642F4E

Tints of Pompadour #642F4E

Color information

#642F4E (or 0x642F4E) is unknown color: approx Pompadour. HEX triplet: 64, 2F and 4E. RGB value is (100,47,78). Sum of RGB (Red+Green+Blue) = 100+47+78=225 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.44% from 225); Green value is 47 (18.75% from 255 or 20.89% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 100 - color contains mainly: red. Hex color #642F4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642F4E is #9BD0B1. Grayscale: #424242. Windows color (decimal): -10211506 or 5123940. OLE color: 5123940.

HSL color Cylindrical-coordinate representation of color #642F4E: hue angle of 324.91º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #642F4E is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB1004778-
CMYK00.530.220.61
HSL324.91º36.05%28.82%-
HSV(B)324.91º53%39.22%-
XYZ7.655.297.83-
YUV66.38134.56151.98-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.44%
GREEN value IS 47 (18.75% from 255) = 20.89%
BLUE value IS 78 (30.86% from 255) = 34.67%
R=44.44%
G=20.89%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100477800.530.220.61324.9136.0528.82
Hex642F4E035163D145241d
Octal1445711606526755054435
Binary1100100101111100111001101011011011110110100010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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