Shades of Pompadour #662A4B
Tints of Pompadour #662A4B
RGB
CMYK
RGB Variations
Color information
#662A4B (or 0x662A4B) is known color: Pompadour. HEX triplet: 66, 2A and 4B. RGB value is (102,42,75). Sum of RGB (Red+Green+Blue) = 102+42+75=219 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.58% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 102 - color contains mainly: red. Hex color #662A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662A4B is #99D5B4. Grayscale: #3F3F3F. Windows color (decimal): -10081717 or 4926054. OLE color: 4926054.
HSL color Cylindrical-coordinate representation of color #662A4B: hue angle of 327º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #662A4B is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 42 | 75 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.6 |
| HSL | 327º | 0.42% | 0.28% | - |
| HSV(B) | 327º | 0.59% | 0.4% | - |
| XYZ | 7.58 | 4.99 | 7.22 | - |
| YUV | 63.7 | 134.38 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 42 | 75 | 0 | 0.59 | 0.26 | 0.6 | 327 | 0.42 | 0.28 |
| Hex | 66 | 2A | 4B | 0 | 3B | 1A | 3C | 147 | 2A | 1C |
| Octal | 146 | 52 | 113 | 0 | 73 | 32 | 74 | 507 | 52 | 34 |
| Binary | 1100110 | 101010 | 1001011 | 0 | 111011 | 11010 | 111100 | 101000111 | 101010 | 11100 |
Color Harmonies of #662A4B
Complementary color
Monochromatic Colors of #662A4B
Black with #662A4B
Text Example
Text Example
White with #662A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662A4B; }
p { color: rgb(102,42,75); }
H1.HeaderClassName
{
color: #662A4B;
}
.AnyTagClassName
{
color: #662A4B;
}
</style>
background-color css
<style>
a { background-color: #662A4B; }
a { background-color: rgb(102,42,75); }
div.DivClassName
{
background-color: #662A4B;
}
.BgClassName
{
background-color: #662A4B;
}
</style>
border-color css
<style>
span { border-color: #662A4B; }
span { border-color: rgb(102,42,75); }
td.TdClassName
{
border-color: #662A4B;
}
.TagClassName
{
border-color: #662A4B;
}
</style>