#641742

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

Shades of Pompadour #641742

Tints of Pompadour #641742

Color information

#641742 (or 0x641742) is unknown color: approx Pompadour. HEX triplet: 64, 17 and 42. RGB value is (100,23,66). Sum of RGB (Red+Green+Blue) = 100+23+66=189 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.91% from 189); Green value is 23 (9.38% from 255 or 12.17% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 100 - color contains mainly: red. Hex color #641742 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641742 is #9BE8BD. Grayscale: #323232. Windows color (decimal): -10217662 or 4331364. OLE color: 4331364.

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

Color convert

RGB1002366-
CMYK00.770.340.61
HSL326.49º62.6%24.12%-
HSV(B)326.49º77%39.22%-
XYZ6.553.725.53-
YUV50.92136.51163-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 52.91%
GREEN value IS 23 (9.38% from 255) = 12.17%
BLUE value IS 66 (26.17% from 255) = 34.92%
R=52.91%
G=12.17%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.34
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100236600.770.340.61326.4962.624.12
Hex64174204D223D1463f18
Octal14427102011542755067730
Binary11001001011110000100100110110001011110110100011011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641742; }

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

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

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

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

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

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

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

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