#641842

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

Shades of Pompadour #641842

Tints of Pompadour #641842

Color information

#641842 (or 0x641842) is unknown color: approx Pompadour. HEX triplet: 64, 18 and 42. RGB value is (100,24,66). Sum of RGB (Red+Green+Blue) = 100+24+66=190 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.63% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 100 - color contains mainly: red. Hex color #641842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641842 is #9BE7BD. Grayscale: #333333. Windows color (decimal): -10217406 or 4331620. OLE color: 4331620.

HSL color Cylindrical-coordinate representation of color #641842: hue angle of 326.84º 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 #641842 is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.61.

Color convert

RGB1002466-
CMYK00.760.340.61
HSL326.84º61.29%24.31%-
HSV(B)326.84º76%39.22%-
XYZ6.573.765.53-
YUV51.51136.18162.58-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 52.63%
GREEN value IS 24 (9.77% from 255) = 12.63%
BLUE value IS 66 (26.17% from 255) = 34.74%
R=52.63%
G=12.63%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.34
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100246600.760.340.61326.8461.2924.31
Hex64184204C223D1473d18
Octal14430102011442755077530
Binary11001001100010000100100110010001011110110100011111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641842; }

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

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

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

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

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

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

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

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