#611B4B

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

Shades of Pompadour #611B4B

Tints of Pompadour #611B4B

Color information

#611B4B (or 0x611B4B) is unknown color: approx Pompadour. HEX triplet: 61, 1B and 4B. RGB value is (97,27,75). Sum of RGB (Red+Green+Blue) = 97+27+75=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 27 (10.94% from 255 or 13.57% from 199); Blue value is 75 (29.69% from 255 or 37.69% from 199); Max value from RGB is 97 - color contains mainly: red. Hex color #611B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611B4B is #9EE4B4. Grayscale: #353535. Windows color (decimal): -10413237 or 4922209. OLE color: 4922209.

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

Color convert

RGB972775-
CMYK00.720.230.62
HSL318.86º56.45%24.31%-
HSV(B)318.86º72.16%38.04%-
XYZ6.593.837.05-
YUV53.4140.19159.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.74%
GREEN value IS 27 (10.94% from 255) = 13.57%
BLUE value IS 75 (29.69% from 255) = 37.69%
R=48.74%
G=13.57%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97277500.720.230.62318.8656.4524.31
Hex611B4B048173E13f3818
Octal14133113011027764777030
Binary1100001110111001011010010001011111111010011111111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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