#661F42

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

Shades of Pompadour #661F42

Tints of Pompadour #661F42

Color information

#661F42 (or 0x661F42) is unknown color: approx Pompadour. HEX triplet: 66, 1F and 42. RGB value is (102,31,66). Sum of RGB (Red+Green+Blue) = 102+31+66=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 31 (12.5% from 255 or 15.58% from 199); Blue value is 66 (26.17% from 255 or 33.17% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #661F42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661F42 is #99E0BD. Grayscale: #383838. Windows color (decimal): -10084542 or 4333414. OLE color: 4333414.

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

Color convert

RGB1023166-
CMYK00.700.350.6
HSL330.42º53.38%26.08%-
HSV(B)330.42º69.61%40%-
XYZ6.954.25.6-
YUV56.22133.52160.65-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51.26%
GREEN value IS 31 (12.5% from 255) = 15.58%
BLUE value IS 66 (26.17% from 255) = 33.17%
R=51.26%
G=15.58%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.35
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102316600.700.350.6330.4253.3826.08
Hex661F42046233C14a351a
Octal14637102010643745126532
Binary11001101111110000100100011010001111110010100101011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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