Shades of Pompadour #5C213F
Tints of Pompadour #5C213F
RGB
CMYK
RGB Variations
Color information
#5C213F (or 0x5C213F) is known color: Pompadour. HEX triplet: 5C, 21 and 3F. RGB value is (92,33,63). Sum of RGB (Red+Green+Blue) = 92+33+63=188 (24% of max value = 765). Red value is 92 (36.33% from 255 or 48.94% from 188); Green value is 33 (13.28% from 255 or 17.55% from 188); Blue value is 63 (25% from 255 or 33.51% from 188); Max value from RGB is 92 - color contains mainly: red. Hex color #5C213F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C213F is #A3DEC0. Grayscale: #353535. Windows color (decimal): -10739393 or 4137308. OLE color: 4137308.
HSL color Cylindrical-coordinate representation of color #5C213F: hue angle of 329.49º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5C213F is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 33 | 63 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.64 |
| HSL | 329.49º | 0.47% | 0.25% | - |
| HSV(B) | 329.49º | 0.64% | 0.36% | - |
| XYZ | 5.85 | 3.72 | 5.11 | - |
| YUV | 54.06 | 133.05 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 33 | 63 | 0 | 0.64 | 0.32 | 0.64 | 329.49 | 0.47 | 0.25 |
| Hex | 5C | 21 | 3F | 0 | 40 | 20 | 40 | 149 | 2F | 19 |
| Octal | 134 | 41 | 77 | 0 | 100 | 40 | 100 | 511 | 57 | 31 |
| Binary | 1011100 | 100001 | 111111 | 0 | 1000000 | 100000 | 1000000 | 101001001 | 101111 | 11001 |
Color Harmonies of #5C213F
Complementary color
Monochromatic Colors of #5C213F
Black with #5C213F
Text Example
Text Example
White with #5C213F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C213F; }
p { color: rgb(92,33,63); }
H1.HeaderClassName
{
color: #5C213F;
}
.AnyTagClassName
{
color: #5C213F;
}
</style>
background-color css
<style>
a { background-color: #5C213F; }
a { background-color: rgb(92,33,63); }
div.DivClassName
{
background-color: #5C213F;
}
.BgClassName
{
background-color: #5C213F;
}
</style>
border-color css
<style>
span { border-color: #5C213F; }
span { border-color: rgb(92,33,63); }
td.TdClassName
{
border-color: #5C213F;
}
.TagClassName
{
border-color: #5C213F;
}
</style>