Shades of Pompadour #67213F
Tints of Pompadour #67213F
RGB
CMYK
RGB Variations
Color information
#67213F (or 0x67213F) is known color: Pompadour. HEX triplet: 67, 21 and 3F. RGB value is (103,33,63). Sum of RGB (Red+Green+Blue) = 103+33+63=199 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.76% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 63 (25% from 255 or 31.66% from 199); Max value from RGB is 103 - color contains mainly: red. Hex color #67213F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67213F is #98DEC0. Grayscale: #393939. Windows color (decimal): -10018497 or 4137319. OLE color: 4137319.
HSL color Cylindrical-coordinate representation of color #67213F: hue angle of 334.29º 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 #67213F is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 33 | 63 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.60 |
| HSL | 334.29º | 0.51% | 0.27% | - |
| HSV(B) | 334.29º | 0.68% | 0.4% | - |
| XYZ | 7.03 | 4.33 | 5.17 | - |
| YUV | 57.35 | 131.19 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 33 | 63 | 0 | 0.68 | 0.39 | 0.60 | 334.29 | 0.51 | 0.27 |
| Hex | 67 | 21 | 3F | 0 | 44 | 27 | 3C | 14E | 33 | 1B |
| Octal | 147 | 41 | 77 | 0 | 104 | 47 | 74 | 516 | 63 | 33 |
| Binary | 1100111 | 100001 | 111111 | 0 | 1000100 | 100111 | 111100 | 101001110 | 110011 | 11011 |
Color Harmonies of #67213F
Complementary color
Monochromatic Colors of #67213F
Black with #67213F
Text Example
Text Example
White with #67213F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67213F; }
p { color: rgb(103,33,63); }
H1.HeaderClassName
{
color: #67213F;
}
.AnyTagClassName
{
color: #67213F;
}
</style>
background-color css
<style>
a { background-color: #67213F; }
a { background-color: rgb(103,33,63); }
div.DivClassName
{
background-color: #67213F;
}
.BgClassName
{
background-color: #67213F;
}
</style>
border-color css
<style>
span { border-color: #67213F; }
span { border-color: rgb(103,33,63); }
td.TdClassName
{
border-color: #67213F;
}
.TagClassName
{
border-color: #67213F;
}
</style>