Shades of Pompadour #67254A
Tints of Pompadour #67254A
RGB
CMYK
RGB Variations
Color information
#67254A (or 0x67254A) is known color: Pompadour. HEX triplet: 67, 25 and 4A. RGB value is (103,37,74). Sum of RGB (Red+Green+Blue) = 103+37+74=214 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.13% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 103 - color contains mainly: red. Hex color #67254A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67254A is #98DAB5. Grayscale: #3C3C3C. Windows color (decimal): -10017462 or 4859239. OLE color: 4859239.
HSL color Cylindrical-coordinate representation of color #67254A: hue angle of 326.36º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #67254A is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 37 | 74 | - |
| CMYK | 0 | 0.64 | 0.28 | 0.60 |
| HSL | 326.36º | 0.47% | 0.27% | - |
| HSV(B) | 326.36º | 0.64% | 0.4% | - |
| XYZ | 7.49 | 4.7 | 6.99 | - |
| YUV | 60.95 | 135.37 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 37 | 74 | 0 | 0.64 | 0.28 | 0.60 | 326.36 | 0.47 | 0.27 |
| Hex | 67 | 25 | 4A | 0 | 40 | 1C | 3C | 146 | 2F | 1B |
| Octal | 147 | 45 | 112 | 0 | 100 | 34 | 74 | 506 | 57 | 33 |
| Binary | 1100111 | 100101 | 1001010 | 0 | 1000000 | 11100 | 111100 | 101000110 | 101111 | 11011 |
Color Harmonies of #67254A
Complementary color
Monochromatic Colors of #67254A
Black with #67254A
Text Example
Text Example
White with #67254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67254A; }
p { color: rgb(103,37,74); }
H1.HeaderClassName
{
color: #67254A;
}
.AnyTagClassName
{
color: #67254A;
}
</style>
background-color css
<style>
a { background-color: #67254A; }
a { background-color: rgb(103,37,74); }
div.DivClassName
{
background-color: #67254A;
}
.BgClassName
{
background-color: #67254A;
}
</style>
border-color css
<style>
span { border-color: #67254A; }
span { border-color: rgb(103,37,74); }
td.TdClassName
{
border-color: #67254A;
}
.TagClassName
{
border-color: #67254A;
}
</style>