#661450

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

Shades of Pompadour #661450

Tints of Pompadour #661450

Color information

#661450 (or 0x661450) is unknown color: approx Pompadour. HEX triplet: 66, 14 and 50. RGB value is (102,20,80). Sum of RGB (Red+Green+Blue) = 102+20+80=202 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.50% from 202); Green value is 20 (8.20% from 255 or 9.90% from 202); Blue value is 80 (31.64% from 255 or 39.60% from 202); Max value from RGB is 102 - color contains mainly: red. Hex color #661450 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661450 is #99EBAF. Grayscale: #333333. Windows color (decimal): -10087344 or 5248102. OLE color: 5248102.

HSL color Cylindrical-coordinate representation of color #661450: hue angle of 316.1º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #661450 is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.6.

Color convert

RGB1022080-
CMYK00.800.220.6
HSL316.1º67.21%23.92%-
HSV(B)316.1º80.39%40%-
XYZ7.183.97.96-
YUV51.36144.17164.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.50%
GREEN value IS 20 (8.20% from 255) = 9.90%
BLUE value IS 80 (31.64% from 255) = 39.60%
R=50.50%
G=9.90%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.22
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102208000.800.220.6316.167.2123.92
Hex661450050163C13c4318
Octal146241200120267447410330
Binary11001101010010100000101000010110111100100111100100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661450; }

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

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

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

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

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

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

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

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