#641844

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

Shades of Pompadour #641844

Tints of Pompadour #641844

Color information

#641844 (or 0x641844) is unknown color: approx Pompadour. HEX triplet: 64, 18 and 44. RGB value is (100,24,68). Sum of RGB (Red+Green+Blue) = 100+24+68=192 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.08% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 68 (26.95% from 255 or 35.42% from 192); Max value from RGB is 100 - color contains mainly: red. Hex color #641844 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641844 is #9BE7BB. Grayscale: #333333. Windows color (decimal): -10217404 or 4462692. OLE color: 4462692.

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

Color convert

RGB1002468-
CMYK00.760.320.61
HSL325.26º61.29%24.31%-
HSV(B)325.26º76%39.22%-
XYZ6.633.785.85-
YUV51.74137.18162.42-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 52.08%
GREEN value IS 24 (9.77% from 255) = 12.5%
BLUE value IS 68 (26.95% from 255) = 35.42%
R=52.08%
G=12.5%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.32
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100246800.760.320.61325.2661.2924.31
Hex64184404C203D1453d18
Octal14430104011440755057530
Binary11001001100010001000100110010000011110110100010111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641844; }

 p { color: rgb(100,24,68); }

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

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

 a { background-color: rgb(100,24,68); }

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

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

 span { border-color: rgb(100,24,68); }

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