#611E4D

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

Shades of Pompadour #611E4D

Tints of Pompadour #611E4D

Color information

#611E4D (or 0x611E4D) is unknown color: approx Pompadour. HEX triplet: 61, 1E and 4D. RGB value is (97,30,77). Sum of RGB (Red+Green+Blue) = 97+30+77=204 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.55% from 204); Green value is 30 (12.11% from 255 or 14.71% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 97 - color contains mainly: red. Hex color #611E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611E4D is #9EE1B2. Grayscale: #373737. Windows color (decimal): -10412467 or 5054049. OLE color: 5054049.

HSL color Cylindrical-coordinate representation of color #611E4D: hue angle of 317.91º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #611E4D is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB973077-
CMYK00.690.210.62
HSL317.91º52.76%24.9%-
HSV(B)317.91º69.07%38.04%-
XYZ6.734.017.44-
YUV55.39140.2157.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.55%
GREEN value IS 30 (12.11% from 255) = 14.71%
BLUE value IS 77 (30.47% from 255) = 37.75%
R=47.55%
G=14.71%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97307700.690.210.62317.9152.7624.9
Hex611E4D045153E13e3519
Octal14136115010525764766531
Binary1100001111101001101010001011010111111010011111011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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