#611A4B

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

Shades of Pompadour #611A4B

Tints of Pompadour #611A4B

Color information

#611A4B (or 0x611A4B) is unknown color: approx Pompadour. HEX triplet: 61, 1A and 4B. RGB value is (97,26,75). Sum of RGB (Red+Green+Blue) = 97+26+75=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 26 (10.55% from 255 or 13.13% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 97 - color contains mainly: red. Hex color #611A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611A4B is #9EE5B4. Grayscale: #343434. Windows color (decimal): -10413493 or 4921953. OLE color: 4921953.

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

Color convert

RGB972675-
CMYK00.730.230.62
HSL318.59º57.72%24.12%-
HSV(B)318.59º73.2%38.04%-
XYZ6.573.797.04-
YUV52.82140.52159.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.99%
GREEN value IS 26 (10.55% from 255) = 13.13%
BLUE value IS 75 (29.69% from 255) = 37.88%
R=48.99%
G=13.13%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97267500.730.230.62318.5957.7224.12
Hex611A4B049173E13f3a18
Octal14132113011127764777230
Binary1100001110101001011010010011011111111010011111111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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