Shades of Pompadour #69213F
Tints of Pompadour #69213F
RGB
CMYK
RGB Variations
Color information
#69213F (or 0x69213F) is known color: Pompadour. HEX triplet: 69, 21 and 3F. RGB value is (105,33,63). Sum of RGB (Red+Green+Blue) = 105+33+63=201 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.24% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 105 - color contains mainly: red. Hex color #69213F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69213F is #96DEC0. Grayscale: #393939. Windows color (decimal): -9887425 or 4137321. OLE color: 4137321.
HSL color Cylindrical-coordinate representation of color #69213F: hue angle of 335º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #69213F is Cyan = 0, Magento = 0.69, Yellow = 0.4 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 33 | 63 | - |
| CMYK | 0 | 0.69 | 0.4 | 0.59 |
| HSL | 335º | 0.52% | 0.27% | - |
| HSV(B) | 335º | 0.69% | 0.41% | - |
| XYZ | 7.27 | 4.45 | 5.18 | - |
| YUV | 57.95 | 130.85 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 33 | 63 | 0 | 0.69 | 0.4 | 0.59 | 335 | 0.52 | 0.27 |
| Hex | 69 | 21 | 3F | 0 | 45 | 28 | 3B | 14F | 34 | 1B |
| Octal | 151 | 41 | 77 | 0 | 105 | 50 | 73 | 517 | 64 | 33 |
| Binary | 1101001 | 100001 | 111111 | 0 | 1000101 | 101000 | 111011 | 101001111 | 110100 | 11011 |
Color Harmonies of #69213F
Complementary color
Monochromatic Colors of #69213F
Black with #69213F
Text Example
Text Example
White with #69213F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69213F; }
p { color: rgb(105,33,63); }
H1.HeaderClassName
{
color: #69213F;
}
.AnyTagClassName
{
color: #69213F;
}
</style>
background-color css
<style>
a { background-color: #69213F; }
a { background-color: rgb(105,33,63); }
div.DivClassName
{
background-color: #69213F;
}
.BgClassName
{
background-color: #69213F;
}
</style>
border-color css
<style>
span { border-color: #69213F; }
span { border-color: rgb(105,33,63); }
td.TdClassName
{
border-color: #69213F;
}
.TagClassName
{
border-color: #69213F;
}
</style>