Shades of Pompadour #5C1F45
Tints of Pompadour #5C1F45
RGB
CMYK
RGB Variations
Color information
#5C1F45 (or 0x5C1F45) is known color: Pompadour. HEX triplet: 5C, 1F and 45. RGB value is (92,31,69). Sum of RGB (Red+Green+Blue) = 92+31+69=192 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.92% from 192); Green value is 31 (12.5% from 255 or 16.15% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1F45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C1F45 is #A3E0BA. Grayscale: #353535. Windows color (decimal): -10739899 or 4530012. OLE color: 4530012.
HSL color Cylindrical-coordinate representation of color #5C1F45: hue angle of 322.62º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5C1F45 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 31 | 69 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.64 |
| HSL | 322.62º | 0.5% | 0.24% | - |
| HSV(B) | 322.62º | 0.66% | 0.36% | - |
| XYZ | 5.98 | 3.68 | 6.03 | - |
| YUV | 53.57 | 136.71 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 31 | 69 | 0 | 0.66 | 0.25 | 0.64 | 322.62 | 0.5 | 0.24 |
| Hex | 5C | 1F | 45 | 0 | 42 | 19 | 40 | 143 | 32 | 18 |
| Octal | 134 | 37 | 105 | 0 | 102 | 31 | 100 | 503 | 62 | 30 |
| Binary | 1011100 | 11111 | 1000101 | 0 | 1000010 | 11001 | 1000000 | 101000011 | 110010 | 11000 |
Color Harmonies of #5C1F45
Complementary color
Monochromatic Colors of #5C1F45
Black with #5C1F45
Text Example
Text Example
White with #5C1F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1F45; }
p { color: rgb(92,31,69); }
H1.HeaderClassName
{
color: #5C1F45;
}
.AnyTagClassName
{
color: #5C1F45;
}
</style>
background-color css
<style>
a { background-color: #5C1F45; }
a { background-color: rgb(92,31,69); }
div.DivClassName
{
background-color: #5C1F45;
}
.BgClassName
{
background-color: #5C1F45;
}
</style>
border-color css
<style>
span { border-color: #5C1F45; }
span { border-color: rgb(92,31,69); }
td.TdClassName
{
border-color: #5C1F45;
}
.TagClassName
{
border-color: #5C1F45;
}
</style>