Shades of Pompadour #5C1537
Tints of Pompadour #5C1537
RGB
CMYK
RGB Variations
Color information
#5C1537 (or 0x5C1537) is known color: Pompadour. HEX triplet: 5C, 15 and 37. RGB value is (92,21,55). Sum of RGB (Red+Green+Blue) = 92+21+55=168 (22% of max value = 765). Red value is 92 (36.33% from 255 or 54.76% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 55 (21.88% from 255 or 32.74% from 168); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1537 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C1537 is #A3EAC8. Grayscale: #2E2E2E. Windows color (decimal): -10742473 or 3609948. OLE color: 3609948.
HSL color Cylindrical-coordinate representation of color #5C1537: hue angle of 331.27º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5C1537 is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 21 | 55 | - |
| CMYK | 0 | 0.77 | 0.40 | 0.64 |
| HSL | 331.27º | 0.63% | 0.22% | - |
| HSV(B) | 331.27º | 0.77% | 0.36% | - |
| XYZ | 5.37 | 3.09 | 3.93 | - |
| YUV | 46.11 | 133.02 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 21 | 55 | 0 | 0.77 | 0.40 | 0.64 | 331.27 | 0.63 | 0.22 |
| Hex | 5C | 15 | 37 | 0 | 4D | 28 | 40 | 14B | 3F | 16 |
| Octal | 134 | 25 | 67 | 0 | 115 | 50 | 100 | 513 | 77 | 26 |
| Binary | 1011100 | 10101 | 110111 | 0 | 1001101 | 101000 | 1000000 | 101001011 | 111111 | 10110 |
Color Harmonies of #5C1537
Complementary color
Monochromatic Colors of #5C1537
Black with #5C1537
Text Example
Text Example
White with #5C1537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1537; }
p { color: rgb(92,21,55); }
H1.HeaderClassName
{
color: #5C1537;
}
.AnyTagClassName
{
color: #5C1537;
}
</style>
background-color css
<style>
a { background-color: #5C1537; }
a { background-color: rgb(92,21,55); }
div.DivClassName
{
background-color: #5C1537;
}
.BgClassName
{
background-color: #5C1537;
}
</style>
border-color css
<style>
span { border-color: #5C1537; }
span { border-color: rgb(92,21,55); }
td.TdClassName
{
border-color: #5C1537;
}
.TagClassName
{
border-color: #5C1537;
}
</style>