Shades of Pompadour #5C273F
Tints of Pompadour #5C273F
RGB
CMYK
RGB Variations
Color information
#5C273F (or 0x5C273F) is known color: Pompadour. HEX triplet: 5C, 27 and 3F. RGB value is (92,39,63). Sum of RGB (Red+Green+Blue) = 92+39+63=194 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.42% from 194); Green value is 39 (15.62% from 255 or 20.10% from 194); Blue value is 63 (25% from 255 or 32.47% from 194); Max value from RGB is 92 - color contains mainly: red. Hex color #5C273F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C273F is #A3D8C0. Grayscale: #393939. Windows color (decimal): -10737857 or 4138844. OLE color: 4138844.
HSL color Cylindrical-coordinate representation of color #5C273F: hue angle of 332.83º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C273F is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 39 | 63 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.64 |
| HSL | 332.83º | 0.4% | 0.26% | - |
| HSV(B) | 332.83º | 0.58% | 0.36% | - |
| XYZ | 6.04 | 4.09 | 5.17 | - |
| YUV | 57.58 | 131.06 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 39 | 63 | 0 | 0.58 | 0.32 | 0.64 | 332.83 | 0.4 | 0.26 |
| Hex | 5C | 27 | 3F | 0 | 3A | 20 | 40 | 14D | 28 | 1A |
| Octal | 134 | 47 | 77 | 0 | 72 | 40 | 100 | 515 | 50 | 32 |
| Binary | 1011100 | 100111 | 111111 | 0 | 111010 | 100000 | 1000000 | 101001101 | 101000 | 11010 |
Color Harmonies of #5C273F
Complementary color
Monochromatic Colors of #5C273F
Black with #5C273F
Text Example
Text Example
White with #5C273F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C273F; }
p { color: rgb(92,39,63); }
H1.HeaderClassName
{
color: #5C273F;
}
.AnyTagClassName
{
color: #5C273F;
}
</style>
background-color css
<style>
a { background-color: #5C273F; }
a { background-color: rgb(92,39,63); }
div.DivClassName
{
background-color: #5C273F;
}
.BgClassName
{
background-color: #5C273F;
}
</style>
border-color css
<style>
span { border-color: #5C273F; }
span { border-color: rgb(92,39,63); }
td.TdClassName
{
border-color: #5C273F;
}
.TagClassName
{
border-color: #5C273F;
}
</style>