Shades of Pompadour #66173D
Tints of Pompadour #66173D
RGB
CMYK
RGB Variations
Color information
#66173D (or 0x66173D) is known color: Pompadour. HEX triplet: 66, 17 and 3D. RGB value is (102,23,61). Sum of RGB (Red+Green+Blue) = 102+23+61=186 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.84% from 186); Green value is 23 (9.38% from 255 or 12.37% from 186); Blue value is 61 (24.22% from 255 or 32.80% from 186); Max value from RGB is 102 - color contains mainly: red. Hex color #66173D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66173D is #99E8C2. Grayscale: #323232. Windows color (decimal): -10086595 or 4003686. OLE color: 4003686.
HSL color Cylindrical-coordinate representation of color #66173D: hue angle of 331.14º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #66173D is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 23 | 61 | - |
| CMYK | 0 | 0.77 | 0.40 | 0.6 |
| HSL | 331.14º | 0.63% | 0.25% | - |
| HSV(B) | 331.14º | 0.77% | 0.4% | - |
| XYZ | 6.63 | 3.77 | 4.79 | - |
| YUV | 50.95 | 133.67 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 23 | 61 | 0 | 0.77 | 0.40 | 0.6 | 331.14 | 0.63 | 0.25 |
| Hex | 66 | 17 | 3D | 0 | 4D | 28 | 3C | 14B | 3F | 19 |
| Octal | 146 | 27 | 75 | 0 | 115 | 50 | 74 | 513 | 77 | 31 |
| Binary | 1100110 | 10111 | 111101 | 0 | 1001101 | 101000 | 111100 | 101001011 | 111111 | 11001 |
Color Harmonies of #66173D
Complementary color
Monochromatic Colors of #66173D
Black with #66173D
Text Example
Text Example
White with #66173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66173D; }
p { color: rgb(102,23,61); }
H1.HeaderClassName
{
color: #66173D;
}
.AnyTagClassName
{
color: #66173D;
}
</style>
background-color css
<style>
a { background-color: #66173D; }
a { background-color: rgb(102,23,61); }
div.DivClassName
{
background-color: #66173D;
}
.BgClassName
{
background-color: #66173D;
}
</style>
border-color css
<style>
span { border-color: #66173D; }
span { border-color: rgb(102,23,61); }
td.TdClassName
{
border-color: #66173D;
}
.TagClassName
{
border-color: #66173D;
}
</style>