#661A4F

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

Shades of Pompadour #661A4F

Tints of Pompadour #661A4F

Color information

#661A4F (or 0x661A4F) is unknown color: approx Pompadour. HEX triplet: 66, 1A and 4F. RGB value is (102,26,79). Sum of RGB (Red+Green+Blue) = 102+26+79=207 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.28% from 207); Green value is 26 (10.55% from 255 or 12.56% from 207); Blue value is 79 (31.25% from 255 or 38.16% from 207); Max value from RGB is 102 - color contains mainly: red. Hex color #661A4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #661A4F is #99E5B0. Grayscale: #363636. Windows color (decimal): -10085809 or 5184102. OLE color: 5184102.

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

Color convert

RGB1022679-
CMYK00.750.230.6
HSL318.16º59.38%25.1%-
HSV(B)318.16º74.51%40%-
XYZ7.264.137.81-
YUV54.77141.68161.69-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.28%
GREEN value IS 26 (10.55% from 255) = 12.56%
BLUE value IS 79 (31.25% from 255) = 38.16%
R=49.28%
G=12.56%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.23
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102267900.750.230.6318.1659.3825.1
Hex661A4F04B173C13e3b19
Octal14632117011327744767331
Binary1100110110101001111010010111011111110010011111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,26,79); }

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

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

 a { background-color: rgb(102,26,79); }

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

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

 span { border-color: rgb(102,26,79); }

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