#661F4A

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

Shades of Pompadour #661F4A

Tints of Pompadour #661F4A

Color information

#661F4A (or 0x661F4A) is unknown color: approx Pompadour. HEX triplet: 66, 1F and 4A. RGB value is (102,31,74). Sum of RGB (Red+Green+Blue) = 102+31+74=207 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.28% from 207); Green value is 31 (12.5% from 255 or 14.98% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 102 - color contains mainly: red. Hex color #661F4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661F4A is #99E0B5. Grayscale: #393939. Windows color (decimal): -10084534 or 4857702. OLE color: 4857702.

HSL color Cylindrical-coordinate representation of color #661F4A: hue angle of 323.66º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #661F4A is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.6.

Color convert

RGB1023174-
CMYK00.700.270.6
HSL323.66º53.38%26.08%-
HSV(B)323.66º69.61%40%-
XYZ7.214.36.93-
YUV57.13137.52160-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.28%
GREEN value IS 31 (12.5% from 255) = 14.98%
BLUE value IS 74 (29.30% from 255) = 35.75%
R=49.28%
G=14.98%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.27
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102317400.700.270.6323.6653.3826.08
Hex661F4A0461B3C144351a
Octal14637112010633745046532
Binary1100110111111001010010001101101111110010100010011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,31,74); }

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

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

 a { background-color: rgb(102,31,74); }

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

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

 span { border-color: rgb(102,31,74); }

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