#611A4A

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

Shades of Pompadour #611A4A

Tints of Pompadour #611A4A

Color information

#611A4A (or 0x611A4A) is unknown color: approx Pompadour. HEX triplet: 61, 1A and 4A. RGB value is (97,26,74). Sum of RGB (Red+Green+Blue) = 97+26+74=197 (26% of max value = 765). Red value is 97 (38.28% from 255 or 49.24% from 197); Green value is 26 (10.55% from 255 or 13.20% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 97 - color contains mainly: red. Hex color #611A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611A4A is #9EE5B5. Grayscale: #343434. Windows color (decimal): -10413494 or 4856417. OLE color: 4856417.

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

Color convert

RGB972674-
CMYK00.730.240.62
HSL319.44º57.72%24.12%-
HSV(B)319.44º73.2%38.04%-
XYZ6.543.776.86-
YUV52.7140.02159.6-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.24%
GREEN value IS 26 (10.55% from 255) = 13.20%
BLUE value IS 74 (29.30% from 255) = 37.56%
R=49.24%
G=13.20%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97267400.730.240.62319.4457.7224.12
Hex611A4A049183E13f3a18
Octal14132112011130764777230
Binary1100001110101001010010010011100011111010011111111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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