#611A48

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

Shades of Pompadour #611A48

Tints of Pompadour #611A48

Color information

#611A48 (or 0x611A48) is unknown color: approx Pompadour. HEX triplet: 61, 1A and 48. RGB value is (97,26,72). Sum of RGB (Red+Green+Blue) = 97+26+72=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 26 (10.55% from 255 or 13.33% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #611A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611A48 is #9EE5B7. Grayscale: #343434. Windows color (decimal): -10413496 or 4725345. OLE color: 4725345.

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

Color convert

RGB972672-
CMYK00.730.260.62
HSL321.13º57.72%24.12%-
HSV(B)321.13º73.2%38.04%-
XYZ6.473.756.51-
YUV52.47139.02159.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.74%
GREEN value IS 26 (10.55% from 255) = 13.33%
BLUE value IS 72 (28.52% from 255) = 36.92%
R=49.74%
G=13.33%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97267200.730.260.62321.1357.7224.12
Hex611A480491A3E1413a18
Octal14132110011132765017230
Binary1100001110101001000010010011101011111010100000111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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