#611F49

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

Shades of Pompadour #611F49

Tints of Pompadour #611F49

Color information

#611F49 (or 0x611F49) is unknown color: approx Pompadour. HEX triplet: 61, 1F and 49. RGB value is (97,31,73). Sum of RGB (Red+Green+Blue) = 97+31+73=201 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.26% from 201); Green value is 31 (12.5% from 255 or 15.42% from 201); Blue value is 73 (28.91% from 255 or 36.32% from 201); Max value from RGB is 97 - color contains mainly: red. Hex color #611F49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611F49 is #9EE0B6. Grayscale: #373737. Windows color (decimal): -10412215 or 4792161. OLE color: 4792161.

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

Color convert

RGB973173-
CMYK00.680.250.62
HSL321.82º51.56%25.1%-
HSV(B)321.82º68.04%38.04%-
XYZ6.6246.73-
YUV55.52137.87157.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.26%
GREEN value IS 31 (12.5% from 255) = 15.42%
BLUE value IS 73 (28.91% from 255) = 36.32%
R=48.26%
G=15.42%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97317300.680.250.62321.8251.5625.1
Hex611F49044193E1423419
Octal14137111010431765026431
Binary1100001111111001001010001001100111111010100001011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,31,73); }

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

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

 a { background-color: rgb(97,31,73); }

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

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

 span { border-color: rgb(97,31,73); }

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