#611F4B

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

Shades of Pompadour #611F4B

Tints of Pompadour #611F4B

Color information

#611F4B (or 0x611F4B) is unknown color: approx Pompadour. HEX triplet: 61, 1F and 4B. RGB value is (97,31,75). Sum of RGB (Red+Green+Blue) = 97+31+75=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 31 (12.5% from 255 or 15.27% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 97 - color contains mainly: red. Hex color #611F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611F4B is #9EE0B4. Grayscale: #373737. Windows color (decimal): -10412213 or 4923233. OLE color: 4923233.

HSL color Cylindrical-coordinate representation of color #611F4B: hue angle of 320º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #611F4B is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB973175-
CMYK00.680.230.62
HSL320º51.56%25.1%-
HSV(B)320º68.04%38.04%-
XYZ6.694.037.08-
YUV55.75138.87157.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.78%
GREEN value IS 31 (12.5% from 255) = 15.27%
BLUE value IS 75 (29.69% from 255) = 36.95%
R=47.78%
G=15.27%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97317500.680.230.6232051.5625.1
Hex611F4B044173E1403419
Octal14137113010427765006431
Binary1100001111111001011010001001011111111010100000011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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