#641C40

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

Shades of Pompadour #641C40

Tints of Pompadour #641C40

Color information

#641C40 (or 0x641C40) is unknown color: approx Pompadour. HEX triplet: 64, 1C and 40. RGB value is (100,28,64). Sum of RGB (Red+Green+Blue) = 100+28+64=192 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.08% from 192); Green value is 28 (11.33% from 255 or 14.58% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 100 - color contains mainly: red. Hex color #641C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #641C40 is #9BE3BF. Grayscale: #353535. Windows color (decimal): -10216384 or 4201572. OLE color: 4201572.

HSL color Cylindrical-coordinate representation of color #641C40: hue angle of 330º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #641C40 is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.61.

Color convert

RGB1002864-
CMYK00.720.360.61
HSL330º56.25%25.1%-
HSV(B)330º72%39.22%-
XYZ6.63.915.26-
YUV53.63133.85161.07-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 52.08%
GREEN value IS 28 (11.33% from 255) = 14.58%
BLUE value IS 64 (25.39% from 255) = 33.33%
R=52.08%
G=14.58%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.36
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100286400.720.360.6133056.2525.1
Hex641C40048243D14a3819
Octal14434100011044755127031
Binary11001001110010000000100100010010011110110100101011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641C40; }

 p { color: rgb(100,28,64); }

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

<style>
 a { background-color: #641C40; }

 a { background-color: rgb(100,28,64); }

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

<style>
 span { border-color: #641C40; }

 span { border-color: rgb(100,28,64); }

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