#611D47

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

Shades of Pompadour #611D47

Tints of Pompadour #611D47

Color information

#611D47 (or 0x611D47) is unknown color: approx Pompadour. HEX triplet: 61, 1D and 47. RGB value is (97,29,71). Sum of RGB (Red+Green+Blue) = 97+29+71=197 (26% of max value = 765). Red value is 97 (38.28% from 255 or 49.24% from 197); Green value is 29 (11.72% from 255 or 14.72% from 197); Blue value is 71 (28.12% from 255 or 36.04% from 197); Max value from RGB is 97 - color contains mainly: red. Hex color #611D47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611D47 is #9EE2B8. Grayscale: #363636. Windows color (decimal): -10412729 or 4660577. OLE color: 4660577.

HSL color Cylindrical-coordinate representation of color #611D47: hue angle of 322.94º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #611D47 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB972971-
CMYK00.700.270.62
HSL322.94º53.97%24.71%-
HSV(B)322.94º70.1%38.04%-
XYZ6.513.886.37-
YUV54.12137.53158.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.24%
GREEN value IS 29 (11.72% from 255) = 14.72%
BLUE value IS 71 (28.12% from 255) = 36.04%
R=49.24%
G=14.72%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97297100.700.270.62322.9453.9724.71
Hex611D470461B3E1433619
Octal14135107010633765036631
Binary1100001111011000111010001101101111111010100001111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,29,71); }

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

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

 a { background-color: rgb(97,29,71); }

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

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

 span { border-color: rgb(97,29,71); }

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