#661742

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

Shades of Pompadour #661742

Tints of Pompadour #661742

Color information

#661742 (or 0x661742) is unknown color: approx Pompadour. HEX triplet: 66, 17 and 42. RGB value is (102,23,66). Sum of RGB (Red+Green+Blue) = 102+23+66=191 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.40% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 66 (26.17% from 255 or 34.55% from 191); Max value from RGB is 102 - color contains mainly: red. Hex color #661742 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661742 is #99E8BD. Grayscale: #333333. Windows color (decimal): -10086590 or 4331366. OLE color: 4331366.

HSL color Cylindrical-coordinate representation of color #661742: hue angle of 327.34º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #661742 is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.6.

Color convert

RGB1022366-
CMYK00.770.350.6
HSL327.34º63.2%24.51%-
HSV(B)327.34º77.45%40%-
XYZ6.773.835.54-
YUV51.52136.17164-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.40%
GREEN value IS 23 (9.38% from 255) = 12.04%
BLUE value IS 66 (26.17% from 255) = 34.55%
R=53.40%
G=12.04%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.35
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102236600.770.350.6327.3463.224.51
Hex66174204D233C1473f19
Octal14627102011543745077731
Binary11001101011110000100100110110001111110010100011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661742; }

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

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

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

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

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

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

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

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