#641940

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

Shades of Pompadour #641940

Tints of Pompadour #641940

Color information

#641940 (or 0x641940) is unknown color: approx Pompadour. HEX triplet: 64, 19 and 40. RGB value is (100,25,64). Sum of RGB (Red+Green+Blue) = 100+25+64=189 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.91% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 64 (25.39% from 255 or 33.86% from 189); Max value from RGB is 100 - color contains mainly: red. Hex color #641940 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641940 is #9BE6BF. Grayscale: #333333. Windows color (decimal): -10217152 or 4200804. OLE color: 4200804.

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

Color convert

RGB1002564-
CMYK00.750.360.61
HSL328.8º60%24.51%-
HSV(B)328.8º75%39.22%-
XYZ6.533.775.23-
YUV51.87134.85162.33-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 52.91%
GREEN value IS 25 (10.16% from 255) = 13.23%
BLUE value IS 64 (25.39% from 255) = 33.86%
R=52.91%
G=13.23%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.36
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100256400.750.360.61328.86024.51
Hex64194004B243D1493c19
Octal14431100011344755117431
Binary11001001100110000000100101110010011110110100100111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641940; }

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

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

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

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

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

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

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

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