Shades of Pompadour #661B39
Tints of Pompadour #661B39
RGB
CMYK
RGB Variations
Color information
#661B39 (or 0x661B39) is known color: Pompadour. HEX triplet: 66, 1B and 39. RGB value is (102,27,57). Sum of RGB (Red+Green+Blue) = 102+27+57=186 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.84% from 186); Green value is 27 (10.94% from 255 or 14.52% from 186); Blue value is 57 (22.66% from 255 or 30.65% from 186); Max value from RGB is 102 - color contains mainly: red. Hex color #661B39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661B39 is #99E4C6. Grayscale: #343434. Windows color (decimal): -10085575 or 3742566. OLE color: 3742566.
HSL color Cylindrical-coordinate representation of color #661B39: hue angle of 336º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #661B39 is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 27 | 57 | - |
| CMYK | 0 | 0.74 | 0.44 | 0.6 |
| HSL | 336º | 0.58% | 0.25% | - |
| HSV(B) | 336º | 0.74% | 0.4% | - |
| XYZ | 6.61 | 3.9 | 4.28 | - |
| YUV | 52.85 | 130.35 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 27 | 57 | 0 | 0.74 | 0.44 | 0.6 | 336 | 0.58 | 0.25 |
| Hex | 66 | 1B | 39 | 0 | 4A | 2C | 3C | 150 | 3A | 19 |
| Octal | 146 | 33 | 71 | 0 | 112 | 54 | 74 | 520 | 72 | 31 |
| Binary | 1100110 | 11011 | 111001 | 0 | 1001010 | 101100 | 111100 | 101010000 | 111010 | 11001 |
Color Harmonies of #661B39
Complementary color
Monochromatic Colors of #661B39
Black with #661B39
Text Example
Text Example
White with #661B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661B39; }
p { color: rgb(102,27,57); }
H1.HeaderClassName
{
color: #661B39;
}
.AnyTagClassName
{
color: #661B39;
}
</style>
background-color css
<style>
a { background-color: #661B39; }
a { background-color: rgb(102,27,57); }
div.DivClassName
{
background-color: #661B39;
}
.BgClassName
{
background-color: #661B39;
}
</style>
border-color css
<style>
span { border-color: #661B39; }
span { border-color: rgb(102,27,57); }
td.TdClassName
{
border-color: #661B39;
}
.TagClassName
{
border-color: #661B39;
}
</style>