#611A4D

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

Shades of Pompadour #611A4D

Tints of Pompadour #611A4D

Color information

#611A4D (or 0x611A4D) is unknown color: approx Pompadour. HEX triplet: 61, 1A and 4D. RGB value is (97,26,77). Sum of RGB (Red+Green+Blue) = 97+26+77=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 26 (10.55% from 255 or 13% from 200); Blue value is 77 (30.47% from 255 or 38.5% from 200); Max value from RGB is 97 - color contains mainly: red. Hex color #611A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611A4D is #9EE5B2. Grayscale: #343434. Windows color (decimal): -10413491 or 5053025. OLE color: 5053025.

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

Color convert

RGB972677-
CMYK00.730.210.62
HSL316.9º57.72%24.12%-
HSV(B)316.9º73.2%38.04%-
XYZ6.643.827.41-
YUV53.04141.52159.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.5%
GREEN value IS 26 (10.55% from 255) = 13%
BLUE value IS 77 (30.47% from 255) = 38.5%
R=48.5%
G=13%
B=38.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97267700.730.210.62316.957.7224.12
Hex611A4D049153E13d3a18
Octal14132115011125764757230
Binary1100001110101001101010010011010111111010011110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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