Shades of Pompadour #66133C
Tints of Pompadour #66133C
RGB
CMYK
RGB Variations
Color information
#66133C (or 0x66133C) is known color: Pompadour. HEX triplet: 66, 13 and 3C. RGB value is (102,19,60). Sum of RGB (Red+Green+Blue) = 102+19+60=181 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.35% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 60 (23.83% from 255 or 33.15% from 181); Max value from RGB is 102 - color contains mainly: red. Hex color #66133C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66133C is #99ECC3. Grayscale: #303030. Windows color (decimal): -10087620 or 3937126. OLE color: 3937126.
HSL color Cylindrical-coordinate representation of color #66133C: hue angle of 330.36º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #66133C is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 19 | 60 | - |
| CMYK | 0 | 0.81 | 0.41 | 0.6 |
| HSL | 330.36º | 0.69% | 0.24% | - |
| HSV(B) | 330.36º | 0.81% | 0.4% | - |
| XYZ | 6.53 | 3.62 | 4.63 | - |
| YUV | 48.49 | 134.5 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 19 | 60 | 0 | 0.81 | 0.41 | 0.6 | 330.36 | 0.69 | 0.24 |
| Hex | 66 | 13 | 3C | 0 | 51 | 29 | 3C | 14A | 45 | 18 |
| Octal | 146 | 23 | 74 | 0 | 121 | 51 | 74 | 512 | 105 | 30 |
| Binary | 1100110 | 10011 | 111100 | 0 | 1010001 | 101001 | 111100 | 101001010 | 1000101 | 11000 |
Color Harmonies of #66133C
Complementary color
Monochromatic Colors of #66133C
Black with #66133C
Text Example
Text Example
White with #66133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66133C; }
p { color: rgb(102,19,60); }
H1.HeaderClassName
{
color: #66133C;
}
.AnyTagClassName
{
color: #66133C;
}
</style>
background-color css
<style>
a { background-color: #66133C; }
a { background-color: rgb(102,19,60); }
div.DivClassName
{
background-color: #66133C;
}
.BgClassName
{
background-color: #66133C;
}
</style>
border-color css
<style>
span { border-color: #66133C; }
span { border-color: rgb(102,19,60); }
td.TdClassName
{
border-color: #66133C;
}
.TagClassName
{
border-color: #66133C;
}
</style>