Shades of Pompadour #5C1C3A
Tints of Pompadour #5C1C3A
RGB
CMYK
RGB Variations
Color information
#5C1C3A (or 0x5C1C3A) is known color: Pompadour. HEX triplet: 5C, 1C and 3A. RGB value is (92,28,58). Sum of RGB (Red+Green+Blue) = 92+28+58=178 (23% of max value = 765). Red value is 92 (36.33% from 255 or 51.69% from 178); Green value is 28 (11.33% from 255 or 15.73% from 178); Blue value is 58 (23.05% from 255 or 32.58% from 178); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C1C3A is #A3E3C5. Grayscale: #323232. Windows color (decimal): -10740678 or 3808348. OLE color: 3808348.
HSL color Cylindrical-coordinate representation of color #5C1C3A: hue angle of 331.88º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5C1C3A is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 28 | 58 | - |
| CMYK | 0 | 0.70 | 0.37 | 0.64 |
| HSL | 331.88º | 0.53% | 0.24% | - |
| HSV(B) | 331.88º | 0.7% | 0.36% | - |
| XYZ | 5.59 | 3.41 | 4.37 | - |
| YUV | 50.56 | 132.2 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 28 | 58 | 0 | 0.70 | 0.37 | 0.64 | 331.88 | 0.53 | 0.24 |
| Hex | 5C | 1C | 3A | 0 | 46 | 25 | 40 | 14C | 35 | 18 |
| Octal | 134 | 34 | 72 | 0 | 106 | 45 | 100 | 514 | 65 | 30 |
| Binary | 1011100 | 11100 | 111010 | 0 | 1000110 | 100101 | 1000000 | 101001100 | 110101 | 11000 |
Color Harmonies of #5C1C3A
Complementary color
Monochromatic Colors of #5C1C3A
Black with #5C1C3A
Text Example
Text Example
White with #5C1C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1C3A; }
p { color: rgb(92,28,58); }
H1.HeaderClassName
{
color: #5C1C3A;
}
.AnyTagClassName
{
color: #5C1C3A;
}
</style>
background-color css
<style>
a { background-color: #5C1C3A; }
a { background-color: rgb(92,28,58); }
div.DivClassName
{
background-color: #5C1C3A;
}
.BgClassName
{
background-color: #5C1C3A;
}
</style>
border-color css
<style>
span { border-color: #5C1C3A; }
span { border-color: rgb(92,28,58); }
td.TdClassName
{
border-color: #5C1C3A;
}
.TagClassName
{
border-color: #5C1C3A;
}
</style>