Shades of Pompadour #67133D
Tints of Pompadour #67133D
RGB
CMYK
RGB Variations
Color information
#67133D (or 0x67133D) is known color: Pompadour. HEX triplet: 67, 13 and 3D. RGB value is (103,19,61). Sum of RGB (Red+Green+Blue) = 103+19+61=183 (24% of max value = 765). Red value is 103 (40.62% from 255 or 56.28% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 61 (24.22% from 255 or 33.33% from 183); Max value from RGB is 103 - color contains mainly: red. Hex color #67133D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67133D is #98ECC2. Grayscale: #303030. Windows color (decimal): -10022083 or 4002663. OLE color: 4002663.
HSL color Cylindrical-coordinate representation of color #67133D: hue angle of 330º 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 #67133D is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 19 | 61 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.60 |
| HSL | 330º | 0.69% | 0.24% | - |
| HSV(B) | 330º | 0.82% | 0.4% | - |
| XYZ | 6.67 | 3.69 | 4.77 | - |
| YUV | 48.9 | 134.83 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 19 | 61 | 0 | 0.82 | 0.41 | 0.60 | 330 | 0.69 | 0.24 |
| Hex | 67 | 13 | 3D | 0 | 52 | 29 | 3C | 14A | 45 | 18 |
| Octal | 147 | 23 | 75 | 0 | 122 | 51 | 74 | 512 | 105 | 30 |
| Binary | 1100111 | 10011 | 111101 | 0 | 1010010 | 101001 | 111100 | 101001010 | 1000101 | 11000 |
Color Harmonies of #67133D
Complementary color
Monochromatic Colors of #67133D
Black with #67133D
Text Example
Text Example
White with #67133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67133D; }
p { color: rgb(103,19,61); }
H1.HeaderClassName
{
color: #67133D;
}
.AnyTagClassName
{
color: #67133D;
}
</style>
background-color css
<style>
a { background-color: #67133D; }
a { background-color: rgb(103,19,61); }
div.DivClassName
{
background-color: #67133D;
}
.BgClassName
{
background-color: #67133D;
}
</style>
border-color css
<style>
span { border-color: #67133D; }
span { border-color: rgb(103,19,61); }
td.TdClassName
{
border-color: #67133D;
}
.TagClassName
{
border-color: #67133D;
}
</style>