Shades of Pompadour #67213D
Tints of Pompadour #67213D
RGB
CMYK
RGB Variations
Color information
#67213D (or 0x67213D) is known color: Pompadour. HEX triplet: 67, 21 and 3D. RGB value is (103,33,61). Sum of RGB (Red+Green+Blue) = 103+33+61=197 (26% of max value = 765). Red value is 103 (40.62% from 255 or 52.28% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 61 (24.22% from 255 or 30.96% from 197); Max value from RGB is 103 - color contains mainly: red. Hex color #67213D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67213D is #98DEC2. Grayscale: #393939. Windows color (decimal): -10018499 or 4006247. OLE color: 4006247.
HSL color Cylindrical-coordinate representation of color #67213D: hue angle of 336º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #67213D is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 33 | 61 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.60 |
| HSL | 336º | 0.51% | 0.27% | - |
| HSV(B) | 336º | 0.68% | 0.4% | - |
| XYZ | 6.98 | 4.31 | 4.88 | - |
| YUV | 57.12 | 130.19 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 33 | 61 | 0 | 0.68 | 0.41 | 0.60 | 336 | 0.51 | 0.27 |
| Hex | 67 | 21 | 3D | 0 | 44 | 29 | 3C | 150 | 33 | 1B |
| Octal | 147 | 41 | 75 | 0 | 104 | 51 | 74 | 520 | 63 | 33 |
| Binary | 1100111 | 100001 | 111101 | 0 | 1000100 | 101001 | 111100 | 101010000 | 110011 | 11011 |
Color Harmonies of #67213D
Complementary color
Monochromatic Colors of #67213D
Black with #67213D
Text Example
Text Example
White with #67213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67213D; }
p { color: rgb(103,33,61); }
H1.HeaderClassName
{
color: #67213D;
}
.AnyTagClassName
{
color: #67213D;
}
</style>
background-color css
<style>
a { background-color: #67213D; }
a { background-color: rgb(103,33,61); }
div.DivClassName
{
background-color: #67213D;
}
.BgClassName
{
background-color: #67213D;
}
</style>
border-color css
<style>
span { border-color: #67213D; }
span { border-color: rgb(103,33,61); }
td.TdClassName
{
border-color: #67213D;
}
.TagClassName
{
border-color: #67213D;
}
</style>