Shades of Pompadour #68274B
Tints of Pompadour #68274B
RGB
CMYK
RGB Variations
Color information
#68274B (or 0x68274B) is known color: Pompadour. HEX triplet: 68, 27 and 4B. RGB value is (104,39,75). Sum of RGB (Red+Green+Blue) = 104+39+75=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 39 (15.62% from 255 or 17.89% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #68274B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68274B is #97D8B4. Grayscale: #3E3E3E. Windows color (decimal): -9951413 or 4925288. OLE color: 4925288.
HSL color Cylindrical-coordinate representation of color #68274B: hue angle of 326.77º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #68274B is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 39 | 75 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.59 |
| HSL | 326.77º | 0.45% | 0.28% | - |
| HSV(B) | 326.77º | 0.63% | 0.41% | - |
| XYZ | 7.7 | 4.9 | 7.2 | - |
| YUV | 62.54 | 135.03 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 39 | 75 | 0 | 0.62 | 0.28 | 0.59 | 326.77 | 0.45 | 0.28 |
| Hex | 68 | 27 | 4B | 0 | 3E | 1C | 3B | 147 | 2D | 1C |
| Octal | 150 | 47 | 113 | 0 | 76 | 34 | 73 | 507 | 55 | 34 |
| Binary | 1101000 | 100111 | 1001011 | 0 | 111110 | 11100 | 111011 | 101000111 | 101101 | 11100 |
Color Harmonies of #68274B
Complementary color
Monochromatic Colors of #68274B
Black with #68274B
Text Example
Text Example
White with #68274B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68274B; }
p { color: rgb(104,39,75); }
H1.HeaderClassName
{
color: #68274B;
}
.AnyTagClassName
{
color: #68274B;
}
</style>
background-color css
<style>
a { background-color: #68274B; }
a { background-color: rgb(104,39,75); }
div.DivClassName
{
background-color: #68274B;
}
.BgClassName
{
background-color: #68274B;
}
</style>
border-color css
<style>
span { border-color: #68274B; }
span { border-color: rgb(104,39,75); }
td.TdClassName
{
border-color: #68274B;
}
.TagClassName
{
border-color: #68274B;
}
</style>