Shades of Pompadour #67133C
Tints of Pompadour #67133C
RGB
CMYK
RGB Variations
Color information
#67133C (or 0x67133C) is known color: Pompadour. HEX triplet: 67, 13 and 3C. RGB value is (103,19,60). Sum of RGB (Red+Green+Blue) = 103+19+60=182 (24% of max value = 765). Red value is 103 (40.62% from 255 or 56.59% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 60 (23.83% from 255 or 32.97% from 182); Max value from RGB is 103 - color contains mainly: red. Hex color #67133C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67133C is #98ECC3. Grayscale: #303030. Windows color (decimal): -10022084 or 3937127. OLE color: 3937127.
HSL color Cylindrical-coordinate representation of color #67133C: hue angle of 330.71º 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 #67133C is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 19 | 60 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.60 |
| HSL | 330.71º | 0.69% | 0.24% | - |
| HSV(B) | 330.71º | 0.82% | 0.4% | - |
| XYZ | 6.64 | 3.68 | 4.63 | - |
| YUV | 48.79 | 134.33 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 19 | 60 | 0 | 0.82 | 0.42 | 0.60 | 330.71 | 0.69 | 0.24 |
| Hex | 67 | 13 | 3C | 0 | 52 | 2A | 3C | 14B | 45 | 18 |
| Octal | 147 | 23 | 74 | 0 | 122 | 52 | 74 | 513 | 105 | 30 |
| Binary | 1100111 | 10011 | 111100 | 0 | 1010010 | 101010 | 111100 | 101001011 | 1000101 | 11000 |
Color Harmonies of #67133C
Complementary color
Monochromatic Colors of #67133C
Black with #67133C
Text Example
Text Example
White with #67133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67133C; }
p { color: rgb(103,19,60); }
H1.HeaderClassName
{
color: #67133C;
}
.AnyTagClassName
{
color: #67133C;
}
</style>
background-color css
<style>
a { background-color: #67133C; }
a { background-color: rgb(103,19,60); }
div.DivClassName
{
background-color: #67133C;
}
.BgClassName
{
background-color: #67133C;
}
</style>
border-color css
<style>
span { border-color: #67133C; }
span { border-color: rgb(103,19,60); }
td.TdClassName
{
border-color: #67133C;
}
.TagClassName
{
border-color: #67133C;
}
</style>