#661237

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

Shades of Pompadour #661237

Tints of Pompadour #661237

Color information

#661237 (or 0x661237) is unknown color: approx Pompadour. HEX triplet: 66, 12 and 37. RGB value is (102,18,55). Sum of RGB (Red+Green+Blue) = 102+18+55=175 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.29% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 55 (21.88% from 255 or 31.43% from 175); Max value from RGB is 102 - color contains mainly: red. Hex color #661237 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661237 is #99EDC8. Grayscale: #2F2F2F. Windows color (decimal): -10087881 or 3609190. OLE color: 3609190.

HSL color Cylindrical-coordinate representation of color #661237: hue angle of 333.57º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #661237 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.6.

Color convert

RGB1021855-
CMYK00.820.460.6
HSL333.57º70%23.53%-
HSV(B)333.57º82.35%40%-
XYZ6.393.533.96-
YUV47.33132.33166.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 58.29%
GREEN value IS 18 (7.42% from 255) = 10.29%
BLUE value IS 55 (21.88% from 255) = 31.43%
R=58.29%
G=10.29%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.46
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102185500.820.460.6333.577023.53
Hex6612370522E3C14e4618
Octal14622670122567451610630
Binary11001101001011011101010010101110111100101001110100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661237; }

 p { color: rgb(102,18,55); }

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

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

 a { background-color: rgb(102,18,55); }

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

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

 span { border-color: rgb(102,18,55); }

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