#641740

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

Shades of Pompadour #641740

Tints of Pompadour #641740

Color information

#641740 (or 0x641740) is unknown color: approx Pompadour. HEX triplet: 64, 17 and 40. RGB value is (100,23,64). Sum of RGB (Red+Green+Blue) = 100+23+64=187 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.48% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 100 - color contains mainly: red. Hex color #641740 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641740 is #9BE8BF. Grayscale: #323232. Windows color (decimal): -10217664 or 4200292. OLE color: 4200292.

HSL color Cylindrical-coordinate representation of color #641740: hue angle of 328.05º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #641740 is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.61.

Color convert

RGB1002364-
CMYK00.770.360.61
HSL328.05º62.6%24.12%-
HSV(B)328.05º77%39.22%-
XYZ6.493.695.22-
YUV50.7135.51163.17-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 53.48%
GREEN value IS 23 (9.38% from 255) = 12.30%
BLUE value IS 64 (25.39% from 255) = 34.22%
R=53.48%
G=12.30%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.36
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100236400.770.360.61328.0562.624.12
Hex64174004D243D1483f18
Octal14427100011544755107730
Binary11001001011110000000100110110010011110110100100011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641740; }

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

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

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

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

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

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

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

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