#611E46

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

Shades of Pompadour #611E46

Tints of Pompadour #611E46

Color information

#611E46 (or 0x611E46) is unknown color: approx Pompadour. HEX triplet: 61, 1E and 46. RGB value is (97,30,70). Sum of RGB (Red+Green+Blue) = 97+30+70=197 (26% of max value = 765). Red value is 97 (38.28% from 255 or 49.24% from 197); Green value is 30 (12.11% from 255 or 15.23% from 197); Blue value is 70 (27.73% from 255 or 35.53% from 197); Max value from RGB is 97 - color contains mainly: red. Hex color #611E46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611E46 is #9EE1B9. Grayscale: #363636. Windows color (decimal): -10412474 or 4595297. OLE color: 4595297.

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

Color convert

RGB973070-
CMYK00.690.280.62
HSL324.18º52.76%24.9%-
HSV(B)324.18º69.07%38.04%-
XYZ6.53.916.21-
YUV54.59136.7158.25-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.24%
GREEN value IS 30 (12.11% from 255) = 15.23%
BLUE value IS 70 (27.73% from 255) = 35.53%
R=49.24%
G=15.23%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97307000.690.280.62324.1852.7624.9
Hex611E460451C3E1443519
Octal14136106010534765046531
Binary1100001111101000110010001011110011111010100010011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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