Shades of Pompadour #67183C
Tints of Pompadour #67183C
RGB
CMYK
RGB Variations
Color information
#67183C (or 0x67183C) is known color: Pompadour. HEX triplet: 67, 18 and 3C. RGB value is (103,24,60). Sum of RGB (Red+Green+Blue) = 103+24+60=187 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.08% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 103 - color contains mainly: red. Hex color #67183C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67183C is #98E7C3. Grayscale: #333333. Windows color (decimal): -10020804 or 3938407. OLE color: 3938407.
HSL color Cylindrical-coordinate representation of color #67183C: hue angle of 332.66º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #67183C is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 24 | 60 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.60 |
| HSL | 332.66º | 0.62% | 0.25% | - |
| HSV(B) | 332.66º | 0.77% | 0.4% | - |
| XYZ | 6.74 | 3.86 | 4.67 | - |
| YUV | 51.73 | 132.67 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 24 | 60 | 0 | 0.77 | 0.42 | 0.60 | 332.66 | 0.62 | 0.25 |
| Hex | 67 | 18 | 3C | 0 | 4D | 2A | 3C | 14D | 3E | 19 |
| Octal | 147 | 30 | 74 | 0 | 115 | 52 | 74 | 515 | 76 | 31 |
| Binary | 1100111 | 11000 | 111100 | 0 | 1001101 | 101010 | 111100 | 101001101 | 111110 | 11001 |
Color Harmonies of #67183C
Complementary color
Monochromatic Colors of #67183C
Black with #67183C
Text Example
Text Example
White with #67183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67183C; }
p { color: rgb(103,24,60); }
H1.HeaderClassName
{
color: #67183C;
}
.AnyTagClassName
{
color: #67183C;
}
</style>
background-color css
<style>
a { background-color: #67183C; }
a { background-color: rgb(103,24,60); }
div.DivClassName
{
background-color: #67183C;
}
.BgClassName
{
background-color: #67183C;
}
</style>
border-color css
<style>
span { border-color: #67183C; }
span { border-color: rgb(103,24,60); }
td.TdClassName
{
border-color: #67183C;
}
.TagClassName
{
border-color: #67183C;
}
</style>