#641A4F

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

Shades of Pompadour #641A4F

Tints of Pompadour #641A4F

Color information

#641A4F (or 0x641A4F) is unknown color: approx Pompadour. HEX triplet: 64, 1A and 4F. RGB value is (100,26,79). Sum of RGB (Red+Green+Blue) = 100+26+79=205 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.78% from 205); Green value is 26 (10.55% from 255 or 12.68% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 100 - color contains mainly: red. Hex color #641A4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #641A4F is #9BE5B0. Grayscale: #363636. Windows color (decimal): -10216881 or 5184100. OLE color: 5184100.

HSL color Cylindrical-coordinate representation of color #641A4F: hue angle of 317.03º 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 #641A4F is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB1002679-
CMYK00.740.210.61
HSL317.03º58.73%24.71%-
HSV(B)317.03º74%39.22%-
XYZ7.044.017.8-
YUV54.17142.02160.69-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 48.78%
GREEN value IS 26 (10.55% from 255) = 12.68%
BLUE value IS 79 (31.25% from 255) = 38.54%
R=48.78%
G=12.68%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100267900.740.210.61317.0358.7324.71
Hex641A4F04A153D13d3b19
Octal14432117011225754757331
Binary1100100110101001111010010101010111110110011110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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