#611E40

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

Shades of Pompadour #611E40

Tints of Pompadour #611E40

Color information

#611E40 (or 0x611E40) is unknown color: approx Pompadour. HEX triplet: 61, 1E and 40. RGB value is (97,30,64). Sum of RGB (Red+Green+Blue) = 97+30+64=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 30 (12.11% from 255 or 15.71% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #611E40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611E40 is #9EE1BF. Grayscale: #353535. Windows color (decimal): -10412480 or 4202081. OLE color: 4202081.

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

Color convert

RGB973064-
CMYK00.690.340.62
HSL329.55º52.76%24.9%-
HSV(B)329.55º69.07%38.04%-
XYZ6.323.845.26-
YUV53.91133.7158.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.79%
GREEN value IS 30 (12.11% from 255) = 15.71%
BLUE value IS 64 (25.39% from 255) = 33.51%
R=50.79%
G=15.71%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97306400.690.340.62329.5552.7624.9
Hex611E40045223E14a3519
Octal14136100010542765126531
Binary11000011111010000000100010110001011111010100101011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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