Shades of Pompadour #67133F
Tints of Pompadour #67133F
RGB
CMYK
RGB Variations
Color information
#67133F (or 0x67133F) is known color: Pompadour. HEX triplet: 67, 13 and 3F. RGB value is (103,19,63). Sum of RGB (Red+Green+Blue) = 103+19+63=185 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.68% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 63 (25% from 255 or 34.05% from 185); Max value from RGB is 103 - color contains mainly: red. Hex color #67133F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67133F is #98ECC0. Grayscale: #313131. Windows color (decimal): -10022081 or 4133735. OLE color: 4133735.
HSL color Cylindrical-coordinate representation of color #67133F: hue angle of 328.57º 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 #67133F is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 19 | 63 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.60 |
| HSL | 328.57º | 0.69% | 0.24% | - |
| HSV(B) | 328.57º | 0.82% | 0.4% | - |
| XYZ | 6.72 | 3.71 | 5.06 | - |
| YUV | 49.13 | 135.83 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 19 | 63 | 0 | 0.82 | 0.39 | 0.60 | 328.57 | 0.69 | 0.24 |
| Hex | 67 | 13 | 3F | 0 | 52 | 27 | 3C | 149 | 45 | 18 |
| Octal | 147 | 23 | 77 | 0 | 122 | 47 | 74 | 511 | 105 | 30 |
| Binary | 1100111 | 10011 | 111111 | 0 | 1010010 | 100111 | 111100 | 101001001 | 1000101 | 11000 |
Color Harmonies of #67133F
Complementary color
Monochromatic Colors of #67133F
Black with #67133F
Text Example
Text Example
White with #67133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67133F; }
p { color: rgb(103,19,63); }
H1.HeaderClassName
{
color: #67133F;
}
.AnyTagClassName
{
color: #67133F;
}
</style>
background-color css
<style>
a { background-color: #67133F; }
a { background-color: rgb(103,19,63); }
div.DivClassName
{
background-color: #67133F;
}
.BgClassName
{
background-color: #67133F;
}
</style>
border-color css
<style>
span { border-color: #67133F; }
span { border-color: rgb(103,19,63); }
td.TdClassName
{
border-color: #67133F;
}
.TagClassName
{
border-color: #67133F;
}
</style>