Shades of Pompadour #67123D
Tints of Pompadour #67123D
RGB
CMYK
RGB Variations
Color information
#67123D (or 0x67123D) is known color: Pompadour. HEX triplet: 67, 12 and 3D. RGB value is (103,18,61). Sum of RGB (Red+Green+Blue) = 103+18+61=182 (24% of max value = 765). Red value is 103 (40.62% from 255 or 56.59% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 61 (24.22% from 255 or 33.52% from 182); Max value from RGB is 103 - color contains mainly: red. Hex color #67123D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67123D is #98EDC2. Grayscale: #303030. Windows color (decimal): -10022339 or 4002407. OLE color: 4002407.
HSL color Cylindrical-coordinate representation of color #67123D: hue angle of 329.65º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #67123D is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 18 | 61 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.60 |
| HSL | 329.65º | 0.7% | 0.24% | - |
| HSV(B) | 329.65º | 0.83% | 0.4% | - |
| XYZ | 6.65 | 3.65 | 4.77 | - |
| YUV | 48.32 | 135.16 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 18 | 61 | 0 | 0.83 | 0.41 | 0.60 | 329.65 | 0.7 | 0.24 |
| Hex | 67 | 12 | 3D | 0 | 53 | 29 | 3C | 14A | 46 | 18 |
| Octal | 147 | 22 | 75 | 0 | 123 | 51 | 74 | 512 | 106 | 30 |
| Binary | 1100111 | 10010 | 111101 | 0 | 1010011 | 101001 | 111100 | 101001010 | 1000110 | 11000 |
Color Harmonies of #67123D
Complementary color
Monochromatic Colors of #67123D
Black with #67123D
Text Example
Text Example
White with #67123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67123D; }
p { color: rgb(103,18,61); }
H1.HeaderClassName
{
color: #67123D;
}
.AnyTagClassName
{
color: #67123D;
}
</style>
background-color css
<style>
a { background-color: #67123D; }
a { background-color: rgb(103,18,61); }
div.DivClassName
{
background-color: #67123D;
}
.BgClassName
{
background-color: #67123D;
}
</style>
border-color css
<style>
span { border-color: #67123D; }
span { border-color: rgb(103,18,61); }
td.TdClassName
{
border-color: #67123D;
}
.TagClassName
{
border-color: #67123D;
}
</style>