#611A44

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

Shades of Pompadour #611A44

Tints of Pompadour #611A44

Color information

#611A44 (or 0x611A44) is unknown color: approx Pompadour. HEX triplet: 61, 1A and 44. RGB value is (97,26,68). Sum of RGB (Red+Green+Blue) = 97+26+68=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 26 (10.55% from 255 or 13.61% from 191); Blue value is 68 (26.95% from 255 or 35.60% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #611A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611A44 is #9EE5BB. Grayscale: #333333. Windows color (decimal): -10413500 or 4463201. OLE color: 4463201.

HSL color Cylindrical-coordinate representation of color #611A44: hue angle of 324.51º 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 #611A44 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB972668-
CMYK00.730.300.62
HSL324.51º57.72%24.12%-
HSV(B)324.51º73.2%38.04%-
XYZ6.343.75.85-
YUV52.02137.02160.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.79%
GREEN value IS 26 (10.55% from 255) = 13.61%
BLUE value IS 68 (26.95% from 255) = 35.60%
R=50.79%
G=13.61%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97266800.730.300.62324.5157.7224.12
Hex611A440491E3E1453a18
Octal14132104011136765057230
Binary1100001110101000100010010011111011111010100010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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