#661842

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

Shades of Pompadour #661842

Tints of Pompadour #661842

Color information

#661842 (or 0x661842) is unknown color: approx Pompadour. HEX triplet: 66, 18 and 42. RGB value is (102,24,66). Sum of RGB (Red+Green+Blue) = 102+24+66=192 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.12% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 102 - color contains mainly: red. Hex color #661842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661842 is #99E7BD. Grayscale: #343434. Windows color (decimal): -10086334 or 4331622. OLE color: 4331622.

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

Color convert

RGB1022466-
CMYK00.760.350.6
HSL327.69º61.9%24.71%-
HSV(B)327.69º76.47%40%-
XYZ6.793.875.54-
YUV52.11135.84163.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.12%
GREEN value IS 24 (9.77% from 255) = 12.5%
BLUE value IS 66 (26.17% from 255) = 34.38%
R=53.12%
G=12.5%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.35
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102246600.760.350.6327.6961.924.71
Hex66184204C233C1483e19
Octal14630102011443745107631
Binary11001101100010000100100110010001111110010100100011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661842; }

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

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

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

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

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

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

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

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