Shades of Pompadour #5C173D
Tints of Pompadour #5C173D
RGB
CMYK
RGB Variations
Color information
#5C173D (or 0x5C173D) is known color: Pompadour. HEX triplet: 5C, 17 and 3D. RGB value is (92,23,61). Sum of RGB (Red+Green+Blue) = 92+23+61=176 (23% of max value = 765). Red value is 92 (36.33% from 255 or 52.27% from 176); Green value is 23 (9.38% from 255 or 13.07% from 176); Blue value is 61 (24.22% from 255 or 34.66% from 176); Max value from RGB is 92 - color contains mainly: red. Hex color #5C173D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C173D is #A3E8C2. Grayscale: #2F2F2F. Windows color (decimal): -10741955 or 4003676. OLE color: 4003676.
HSL color Cylindrical-coordinate representation of color #5C173D: hue angle of 326.96º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5C173D is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 23 | 61 | - |
| CMYK | 0 | 0.75 | 0.34 | 0.64 |
| HSL | 326.96º | 0.6% | 0.23% | - |
| HSV(B) | 326.96º | 0.75% | 0.36% | - |
| XYZ | 5.56 | 3.23 | 4.74 | - |
| YUV | 47.96 | 135.36 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 23 | 61 | 0 | 0.75 | 0.34 | 0.64 | 326.96 | 0.6 | 0.23 |
| Hex | 5C | 17 | 3D | 0 | 4B | 22 | 40 | 147 | 3C | 17 |
| Octal | 134 | 27 | 75 | 0 | 113 | 42 | 100 | 507 | 74 | 27 |
| Binary | 1011100 | 10111 | 111101 | 0 | 1001011 | 100010 | 1000000 | 101000111 | 111100 | 10111 |
Color Harmonies of #5C173D
Complementary color
Monochromatic Colors of #5C173D
Black with #5C173D
Text Example
Text Example
White with #5C173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C173D; }
p { color: rgb(92,23,61); }
H1.HeaderClassName
{
color: #5C173D;
}
.AnyTagClassName
{
color: #5C173D;
}
</style>
background-color css
<style>
a { background-color: #5C173D; }
a { background-color: rgb(92,23,61); }
div.DivClassName
{
background-color: #5C173D;
}
.BgClassName
{
background-color: #5C173D;
}
</style>
border-color css
<style>
span { border-color: #5C173D; }
span { border-color: rgb(92,23,61); }
td.TdClassName
{
border-color: #5C173D;
}
.TagClassName
{
border-color: #5C173D;
}
</style>