#661240

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

Shades of Pompadour #661240

Tints of Pompadour #661240

Color information

#661240 (or 0x661240) is unknown color: approx Pompadour. HEX triplet: 66, 12 and 40. RGB value is (102,18,64). Sum of RGB (Red+Green+Blue) = 102+18+64=184 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.43% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 102 - color contains mainly: red. Hex color #661240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661240 is #99EDBF. Grayscale: #303030. Windows color (decimal): -10087872 or 4199014. OLE color: 4199014.

HSL color Cylindrical-coordinate representation of color #661240: hue angle of 327.14º 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 #661240 is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.6.

Color convert

RGB1021864-
CMYK00.820.370.6
HSL327.14º70%23.53%-
HSV(B)327.14º82.35%40%-
XYZ6.623.635.2-
YUV48.36136.83166.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.43%
GREEN value IS 18 (7.42% from 255) = 9.78%
BLUE value IS 64 (25.39% from 255) = 34.78%
R=55.43%
G=9.78%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.37
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102186400.820.370.6327.147023.53
Hex661240052253C1474618
Octal146221000122457450710630
Binary110011010010100000001010010100101111100101000111100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661240; }

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

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

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

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

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

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

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

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