#611A40

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

Shades of Pompadour #611A40

Tints of Pompadour #611A40

Color information

#611A40 (or 0x611A40) is unknown color: approx Pompadour. HEX triplet: 61, 1A and 40. RGB value is (97,26,64). Sum of RGB (Red+Green+Blue) = 97+26+64=187 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.87% from 187); Green value is 26 (10.55% from 255 or 13.90% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 97 - color contains mainly: red. Hex color #611A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611A40 is #9EE5BF. Grayscale: #333333. Windows color (decimal): -10413504 or 4201057. OLE color: 4201057.

HSL color Cylindrical-coordinate representation of color #611A40: hue angle of 327.89º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #611A40 is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB972664-
CMYK00.730.340.62
HSL327.89º57.72%24.12%-
HSV(B)327.89º73.2%38.04%-
XYZ6.223.655.23-
YUV51.56135.02160.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.87%
GREEN value IS 26 (10.55% from 255) = 13.90%
BLUE value IS 64 (25.39% from 255) = 34.22%
R=51.87%
G=13.90%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97266400.730.340.62327.8957.7224.12
Hex611A40049223E1483a18
Octal14132100011142765107230
Binary11000011101010000000100100110001011111010100100011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611A40; }

 p { color: rgb(97,26,64); }

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

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

 a { background-color: rgb(97,26,64); }

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

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

 span { border-color: rgb(97,26,64); }

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