#641A50

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

Shades of Pompadour #641A50

Tints of Pompadour #641A50

Color information

#641A50 (or 0x641A50) is unknown color: approx Pompadour. HEX triplet: 64, 1A and 50. RGB value is (100,26,80). Sum of RGB (Red+Green+Blue) = 100+26+80=206 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.54% from 206); Green value is 26 (10.55% from 255 or 12.62% from 206); Blue value is 80 (31.64% from 255 or 38.83% from 206); Max value from RGB is 100 - color contains mainly: red. Hex color #641A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #641A50 is #9BE5AF. Grayscale: #363636. Windows color (decimal): -10216880 or 5249636. OLE color: 5249636.

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

Color convert

RGB1002680-
CMYK00.740.20.61
HSL316.22º58.73%24.71%-
HSV(B)316.22º74%39.22%-
XYZ7.074.037.99-
YUV54.28142.52160.61-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 48.54%
GREEN value IS 26 (10.55% from 255) = 12.62%
BLUE value IS 80 (31.64% from 255) = 38.83%
R=48.54%
G=12.62%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.2
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100268000.740.20.61316.2258.7324.71
Hex641A5004A143D13c3b19
Octal14432120011224754747331
Binary1100100110101010000010010101010011110110011110011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,26,80); }

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

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

 a { background-color: rgb(100,26,80); }

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

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

 span { border-color: rgb(100,26,80); }

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