Shades of Pompadour #67173A
Tints of Pompadour #67173A
RGB
CMYK
RGB Variations
Color information
#67173A (or 0x67173A) is known color: Pompadour. HEX triplet: 67, 17 and 3A. RGB value is (103,23,58). Sum of RGB (Red+Green+Blue) = 103+23+58=184 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.98% from 184); Green value is 23 (9.38% from 255 or 12.5% from 184); Blue value is 58 (23.05% from 255 or 31.52% from 184); Max value from RGB is 103 - color contains mainly: red. Hex color #67173A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67173A is #98E8C5. Grayscale: #323232. Windows color (decimal): -10021062 or 3807079. OLE color: 3807079.
HSL color Cylindrical-coordinate representation of color #67173A: hue angle of 333.75º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #67173A is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 23 | 58 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.60 |
| HSL | 333.75º | 0.63% | 0.25% | - |
| HSV(B) | 333.75º | 0.78% | 0.4% | - |
| XYZ | 6.66 | 3.8 | 4.39 | - |
| YUV | 50.91 | 132 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 23 | 58 | 0 | 0.78 | 0.44 | 0.60 | 333.75 | 0.63 | 0.25 |
| Hex | 67 | 17 | 3A | 0 | 4E | 2C | 3C | 14E | 3F | 19 |
| Octal | 147 | 27 | 72 | 0 | 116 | 54 | 74 | 516 | 77 | 31 |
| Binary | 1100111 | 10111 | 111010 | 0 | 1001110 | 101100 | 111100 | 101001110 | 111111 | 11001 |
Color Harmonies of #67173A
Complementary color
Monochromatic Colors of #67173A
Black with #67173A
Text Example
Text Example
White with #67173A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67173A; }
p { color: rgb(103,23,58); }
H1.HeaderClassName
{
color: #67173A;
}
.AnyTagClassName
{
color: #67173A;
}
</style>
background-color css
<style>
a { background-color: #67173A; }
a { background-color: rgb(103,23,58); }
div.DivClassName
{
background-color: #67173A;
}
.BgClassName
{
background-color: #67173A;
}
</style>
border-color css
<style>
span { border-color: #67173A; }
span { border-color: rgb(103,23,58); }
td.TdClassName
{
border-color: #67173A;
}
.TagClassName
{
border-color: #67173A;
}
</style>