Shades of Pompadour #67183E
Tints of Pompadour #67183E
RGB
CMYK
RGB Variations
Color information
#67183E (or 0x67183E) is known color: Pompadour. HEX triplet: 67, 18 and 3E. RGB value is (103,24,62). Sum of RGB (Red+Green+Blue) = 103+24+62=189 (25% of max value = 765). Red value is 103 (40.62% from 255 or 54.50% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 62 (24.61% from 255 or 32.80% from 189); Max value from RGB is 103 - color contains mainly: red. Hex color #67183E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67183E is #98E7C1. Grayscale: #333333. Windows color (decimal): -10020802 or 4069479. OLE color: 4069479.
HSL color Cylindrical-coordinate representation of color #67183E: hue angle of 331.14º 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 #67183E is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 24 | 62 | - |
| CMYK | 0 | 0.77 | 0.40 | 0.60 |
| HSL | 331.14º | 0.62% | 0.25% | - |
| HSV(B) | 331.14º | 0.77% | 0.4% | - |
| XYZ | 6.79 | 3.88 | 4.95 | - |
| YUV | 51.95 | 133.67 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 24 | 62 | 0 | 0.77 | 0.40 | 0.60 | 331.14 | 0.62 | 0.25 |
| Hex | 67 | 18 | 3E | 0 | 4D | 28 | 3C | 14B | 3E | 19 |
| Octal | 147 | 30 | 76 | 0 | 115 | 50 | 74 | 513 | 76 | 31 |
| Binary | 1100111 | 11000 | 111110 | 0 | 1001101 | 101000 | 111100 | 101001011 | 111110 | 11001 |
Color Harmonies of #67183E
Complementary color
Monochromatic Colors of #67183E
Black with #67183E
Text Example
Text Example
White with #67183E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67183E; }
p { color: rgb(103,24,62); }
H1.HeaderClassName
{
color: #67183E;
}
.AnyTagClassName
{
color: #67183E;
}
</style>
background-color css
<style>
a { background-color: #67183E; }
a { background-color: rgb(103,24,62); }
div.DivClassName
{
background-color: #67183E;
}
.BgClassName
{
background-color: #67183E;
}
</style>
border-color css
<style>
span { border-color: #67183E; }
span { border-color: rgb(103,24,62); }
td.TdClassName
{
border-color: #67183E;
}
.TagClassName
{
border-color: #67183E;
}
</style>