Shades of Pompadour #67264F
Tints of Pompadour #67264F
RGB
CMYK
RGB Variations
Color information
#67264F (or 0x67264F) is known color: Pompadour. HEX triplet: 67, 26 and 4F. RGB value is (103,38,79). Sum of RGB (Red+Green+Blue) = 103+38+79=220 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.82% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 103 - color contains mainly: red. Hex color #67264F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67264F is #98D9B0. Grayscale: #3E3E3E. Windows color (decimal): -10017201 or 5187175. OLE color: 5187175.
HSL color Cylindrical-coordinate representation of color #67264F: hue angle of 322.15º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #67264F is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 38 | 79 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.60 |
| HSL | 322.15º | 0.46% | 0.28% | - |
| HSV(B) | 322.15º | 0.63% | 0.4% | - |
| XYZ | 7.7 | 4.83 | 7.92 | - |
| YUV | 62.11 | 137.53 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 38 | 79 | 0 | 0.63 | 0.23 | 0.60 | 322.15 | 0.46 | 0.28 |
| Hex | 67 | 26 | 4F | 0 | 3F | 17 | 3C | 142 | 2E | 1C |
| Octal | 147 | 46 | 117 | 0 | 77 | 27 | 74 | 502 | 56 | 34 |
| Binary | 1100111 | 100110 | 1001111 | 0 | 111111 | 10111 | 111100 | 101000010 | 101110 | 11100 |
Color Harmonies of #67264F
Complementary color
Monochromatic Colors of #67264F
Black with #67264F
Text Example
Text Example
White with #67264F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67264F; }
p { color: rgb(103,38,79); }
H1.HeaderClassName
{
color: #67264F;
}
.AnyTagClassName
{
color: #67264F;
}
</style>
background-color css
<style>
a { background-color: #67264F; }
a { background-color: rgb(103,38,79); }
div.DivClassName
{
background-color: #67264F;
}
.BgClassName
{
background-color: #67264F;
}
</style>
border-color css
<style>
span { border-color: #67264F; }
span { border-color: rgb(103,38,79); }
td.TdClassName
{
border-color: #67264F;
}
.TagClassName
{
border-color: #67264F;
}
</style>