Shades of Pompadour #5C1A41
Tints of Pompadour #5C1A41
RGB
CMYK
RGB Variations
Color information
#5C1A41 (or 0x5C1A41) is known color: Pompadour. HEX triplet: 5C, 1A and 41. RGB value is (92,26,65). Sum of RGB (Red+Green+Blue) = 92+26+65=183 (24% of max value = 765). Red value is 92 (36.33% from 255 or 50.27% from 183); Green value is 26 (10.55% from 255 or 14.21% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C1A41 is #A3E5BE. Grayscale: #323232. Windows color (decimal): -10741183 or 4266588. OLE color: 4266588.
HSL color Cylindrical-coordinate representation of color #5C1A41: hue angle of 324.55º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5C1A41 is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 26 | 65 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.64 |
| HSL | 324.55º | 0.56% | 0.23% | - |
| HSV(B) | 324.55º | 0.72% | 0.36% | - |
| XYZ | 5.74 | 3.4 | 5.35 | - |
| YUV | 50.18 | 136.37 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 26 | 65 | 0 | 0.72 | 0.29 | 0.64 | 324.55 | 0.56 | 0.23 |
| Hex | 5C | 1A | 41 | 0 | 48 | 1D | 40 | 145 | 38 | 17 |
| Octal | 134 | 32 | 101 | 0 | 110 | 35 | 100 | 505 | 70 | 27 |
| Binary | 1011100 | 11010 | 1000001 | 0 | 1001000 | 11101 | 1000000 | 101000101 | 111000 | 10111 |
Color Harmonies of #5C1A41
Complementary color
Monochromatic Colors of #5C1A41
Black with #5C1A41
Text Example
Text Example
White with #5C1A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1A41; }
p { color: rgb(92,26,65); }
H1.HeaderClassName
{
color: #5C1A41;
}
.AnyTagClassName
{
color: #5C1A41;
}
</style>
background-color css
<style>
a { background-color: #5C1A41; }
a { background-color: rgb(92,26,65); }
div.DivClassName
{
background-color: #5C1A41;
}
.BgClassName
{
background-color: #5C1A41;
}
</style>
border-color css
<style>
span { border-color: #5C1A41; }
span { border-color: rgb(92,26,65); }
td.TdClassName
{
border-color: #5C1A41;
}
.TagClassName
{
border-color: #5C1A41;
}
</style>