#661B42

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

Shades of Pompadour #661B42

Tints of Pompadour #661B42

Color information

#661B42 (or 0x661B42) is unknown color: approx Pompadour. HEX triplet: 66, 1B and 42. RGB value is (102,27,66). Sum of RGB (Red+Green+Blue) = 102+27+66=195 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.31% from 195); Green value is 27 (10.94% from 255 or 13.85% from 195); Blue value is 66 (26.17% from 255 or 33.85% from 195); Max value from RGB is 102 - color contains mainly: red. Hex color #661B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661B42 is #99E4BD. Grayscale: #353535. Windows color (decimal): -10085566 or 4332390. OLE color: 4332390.

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

Color convert

RGB1022766-
CMYK00.740.350.6
HSL328.8º58.14%25.29%-
HSV(B)328.8º73.53%40%-
XYZ6.8545.57-
YUV53.87134.85162.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.31%
GREEN value IS 27 (10.94% from 255) = 13.85%
BLUE value IS 66 (26.17% from 255) = 33.85%
R=52.31%
G=13.85%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.35
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102276600.740.350.6328.858.1425.29
Hex661B4204A233C1493a19
Octal14633102011243745117231
Binary11001101101110000100100101010001111110010100100111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661B42; }

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

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

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

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

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

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

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

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