#611E48

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

Shades of Pompadour #611E48

Tints of Pompadour #611E48

Color information

#611E48 (or 0x611E48) is unknown color: approx Pompadour. HEX triplet: 61, 1E and 48. RGB value is (97,30,72). Sum of RGB (Red+Green+Blue) = 97+30+72=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 30 (12.11% from 255 or 15.08% from 199); Blue value is 72 (28.52% from 255 or 36.18% from 199); Max value from RGB is 97 - color contains mainly: red. Hex color #611E48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611E48 is #9EE1B7. Grayscale: #363636. Windows color (decimal): -10412472 or 4726369. OLE color: 4726369.

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

Color convert

RGB973072-
CMYK00.690.260.62
HSL322.39º52.76%24.9%-
HSV(B)322.39º69.07%38.04%-
XYZ6.563.946.55-
YUV54.82137.7158.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.74%
GREEN value IS 30 (12.11% from 255) = 15.08%
BLUE value IS 72 (28.52% from 255) = 36.18%
R=48.74%
G=15.08%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97307200.690.260.62322.3952.7624.9
Hex611E480451A3E1423519
Octal14136110010532765026531
Binary1100001111101001000010001011101011111010100001011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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