Shades of Pompadour #5C143E
Tints of Pompadour #5C143E
RGB
CMYK
RGB Variations
Color information
#5C143E (or 0x5C143E) is known color: Pompadour. HEX triplet: 5C, 14 and 3E. RGB value is (92,20,62). Sum of RGB (Red+Green+Blue) = 92+20+62=174 (23% of max value = 765). Red value is 92 (36.33% from 255 or 52.87% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 62 (24.61% from 255 or 35.63% from 174); Max value from RGB is 92 - color contains mainly: red. Hex color #5C143E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C143E is #A3EBC1. Grayscale: #2E2E2E. Windows color (decimal): -10742722 or 4068444. OLE color: 4068444.
HSL color Cylindrical-coordinate representation of color #5C143E: hue angle of 325º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5C143E is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 20 | 62 | - |
| CMYK | 0 | 0.78 | 0.33 | 0.64 |
| HSL | 325º | 0.64% | 0.22% | - |
| HSV(B) | 325º | 0.78% | 0.36% | - |
| XYZ | 5.53 | 3.12 | 4.87 | - |
| YUV | 46.32 | 136.85 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 20 | 62 | 0 | 0.78 | 0.33 | 0.64 | 325 | 0.64 | 0.22 |
| Hex | 5C | 14 | 3E | 0 | 4E | 21 | 40 | 145 | 40 | 16 |
| Octal | 134 | 24 | 76 | 0 | 116 | 41 | 100 | 505 | 100 | 26 |
| Binary | 1011100 | 10100 | 111110 | 0 | 1001110 | 100001 | 1000000 | 101000101 | 1000000 | 10110 |
Color Harmonies of #5C143E
Complementary color
Monochromatic Colors of #5C143E
Black with #5C143E
Text Example
Text Example
White with #5C143E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C143E; }
p { color: rgb(92,20,62); }
H1.HeaderClassName
{
color: #5C143E;
}
.AnyTagClassName
{
color: #5C143E;
}
</style>
background-color css
<style>
a { background-color: #5C143E; }
a { background-color: rgb(92,20,62); }
div.DivClassName
{
background-color: #5C143E;
}
.BgClassName
{
background-color: #5C143E;
}
</style>
border-color css
<style>
span { border-color: #5C143E; }
span { border-color: rgb(92,20,62); }
td.TdClassName
{
border-color: #5C143E;
}
.TagClassName
{
border-color: #5C143E;
}
</style>