#611B4D

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

Shades of Pompadour #611B4D

Tints of Pompadour #611B4D

Color information

#611B4D (or 0x611B4D) is unknown color: approx Pompadour. HEX triplet: 61, 1B and 4D. RGB value is (97,27,77). Sum of RGB (Red+Green+Blue) = 97+27+77=201 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.26% from 201); Green value is 27 (10.94% from 255 or 13.43% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 97 - color contains mainly: red. Hex color #611B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611B4D is #9EE4B2. Grayscale: #353535. Windows color (decimal): -10413235 or 5053281. OLE color: 5053281.

HSL color Cylindrical-coordinate representation of color #611B4D: hue angle of 317.14º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #611B4D is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB972777-
CMYK00.720.210.62
HSL317.14º56.45%24.31%-
HSV(B)317.14º72.16%38.04%-
XYZ6.663.867.42-
YUV53.63141.19158.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.26%
GREEN value IS 27 (10.94% from 255) = 13.43%
BLUE value IS 77 (30.47% from 255) = 38.31%
R=48.26%
G=13.43%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97277700.720.210.62317.1456.4524.31
Hex611B4D048153E13d3818
Octal14133115011025764757030
Binary1100001110111001101010010001010111111010011110111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,27,77); }

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

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

 a { background-color: rgb(97,27,77); }

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

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

 span { border-color: rgb(97,27,77); }

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