Shades of Pompadour #67134B
Tints of Pompadour #67134B
RGB
CMYK
RGB Variations
Color information
#67134B (or 0x67134B) is known color: Pompadour. HEX triplet: 67, 13 and 4B. RGB value is (103,19,75). Sum of RGB (Red+Green+Blue) = 103+19+75=197 (26% of max value = 765). Red value is 103 (40.62% from 255 or 52.28% from 197); Green value is 19 (7.81% from 255 or 9.64% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 103 - color contains mainly: red. Hex color #67134B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67134B is #98ECB4. Grayscale: #323232. Windows color (decimal): -10022069 or 4920167. OLE color: 4920167.
HSL color Cylindrical-coordinate representation of color #67134B: hue angle of 320º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #67134B is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 19 | 75 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.60 |
| HSL | 320º | 0.69% | 0.24% | - |
| HSV(B) | 320º | 0.82% | 0.4% | - |
| XYZ | 7.1 | 3.86 | 7.03 | - |
| YUV | 50.5 | 141.83 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 19 | 75 | 0 | 0.82 | 0.27 | 0.60 | 320 | 0.69 | 0.24 |
| Hex | 67 | 13 | 4B | 0 | 52 | 1B | 3C | 140 | 45 | 18 |
| Octal | 147 | 23 | 113 | 0 | 122 | 33 | 74 | 500 | 105 | 30 |
| Binary | 1100111 | 10011 | 1001011 | 0 | 1010010 | 11011 | 111100 | 101000000 | 1000101 | 11000 |
Color Harmonies of #67134B
Complementary color
Monochromatic Colors of #67134B
Black with #67134B
Text Example
Text Example
White with #67134B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67134B; }
p { color: rgb(103,19,75); }
H1.HeaderClassName
{
color: #67134B;
}
.AnyTagClassName
{
color: #67134B;
}
</style>
background-color css
<style>
a { background-color: #67134B; }
a { background-color: rgb(103,19,75); }
div.DivClassName
{
background-color: #67134B;
}
.BgClassName
{
background-color: #67134B;
}
</style>
border-color css
<style>
span { border-color: #67134B; }
span { border-color: rgb(103,19,75); }
td.TdClassName
{
border-color: #67134B;
}
.TagClassName
{
border-color: #67134B;
}
</style>