#661B50

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

Shades of Pompadour #661B50

Tints of Pompadour #661B50

Color information

#661B50 (or 0x661B50) is unknown color: approx Pompadour. HEX triplet: 66, 1B and 50. RGB value is (102,27,80). Sum of RGB (Red+Green+Blue) = 102+27+80=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 27 (10.94% from 255 or 12.92% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 102 - color contains mainly: red. Hex color #661B50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #661B50 is #99E4AF. Grayscale: #373737. Windows color (decimal): -10085552 or 5249894. OLE color: 5249894.

HSL color Cylindrical-coordinate representation of color #661B50: hue angle of 317.6º 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 #661B50 is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.6.

Color convert

RGB1022780-
CMYK00.740.220.6
HSL317.6º58.14%25.29%-
HSV(B)317.6º73.53%40%-
XYZ7.324.198.01-
YUV55.47141.85161.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.80%
GREEN value IS 27 (10.94% from 255) = 12.92%
BLUE value IS 80 (31.64% from 255) = 38.28%
R=48.80%
G=12.92%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.22
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102278000.740.220.6317.658.1425.29
Hex661B5004A163C13e3a19
Octal14633120011226744767231
Binary1100110110111010000010010101011011110010011111011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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