#611E4B

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

Shades of Pompadour #611E4B

Tints of Pompadour #611E4B

Color information

#611E4B (or 0x611E4B) is unknown color: approx Pompadour. HEX triplet: 61, 1E and 4B. RGB value is (97,30,75). Sum of RGB (Red+Green+Blue) = 97+30+75=202 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.02% from 202); Green value is 30 (12.11% from 255 or 14.85% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 97 - color contains mainly: red. Hex color #611E4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611E4B is #9EE1B4. Grayscale: #373737. Windows color (decimal): -10412469 or 4922977. OLE color: 4922977.

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

Color convert

RGB973075-
CMYK00.690.230.62
HSL319.7º52.76%24.9%-
HSV(B)319.7º69.07%38.04%-
XYZ6.663.987.07-
YUV55.16139.2157.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.02%
GREEN value IS 30 (12.11% from 255) = 14.85%
BLUE value IS 75 (29.69% from 255) = 37.13%
R=48.02%
G=14.85%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97307500.690.230.62319.752.7624.9
Hex611E4B045173E1403519
Octal14136113010527765006531
Binary1100001111101001011010001011011111111010100000011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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