Shades of Pompadour #5C1A40
Tints of Pompadour #5C1A40
RGB
CMYK
RGB Variations
Color information
#5C1A40 (or 0x5C1A40) is known color: Pompadour. HEX triplet: 5C, 1A and 40. RGB value is (92,26,64). Sum of RGB (Red+Green+Blue) = 92+26+64=182 (24% of max value = 765). Red value is 92 (36.33% from 255 or 50.55% from 182); Green value is 26 (10.55% from 255 or 14.29% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C1A40 is #A3E5BF. Grayscale: #313131. Windows color (decimal): -10741184 or 4201052. OLE color: 4201052.
HSL color Cylindrical-coordinate representation of color #5C1A40: hue angle of 325.45º 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 #5C1A40 is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 26 | 64 | - |
| CMYK | 0 | 0.72 | 0.30 | 0.64 |
| HSL | 325.45º | 0.56% | 0.23% | - |
| HSV(B) | 325.45º | 0.72% | 0.36% | - |
| XYZ | 5.71 | 3.38 | 5.2 | - |
| YUV | 50.07 | 135.87 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 26 | 64 | 0 | 0.72 | 0.30 | 0.64 | 325.45 | 0.56 | 0.23 |
| Hex | 5C | 1A | 40 | 0 | 48 | 1E | 40 | 145 | 38 | 17 |
| Octal | 134 | 32 | 100 | 0 | 110 | 36 | 100 | 505 | 70 | 27 |
| Binary | 1011100 | 11010 | 1000000 | 0 | 1001000 | 11110 | 1000000 | 101000101 | 111000 | 10111 |
Color Harmonies of #5C1A40
Complementary color
Monochromatic Colors of #5C1A40
Black with #5C1A40
Text Example
Text Example
White with #5C1A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1A40; }
p { color: rgb(92,26,64); }
H1.HeaderClassName
{
color: #5C1A40;
}
.AnyTagClassName
{
color: #5C1A40;
}
</style>
background-color css
<style>
a { background-color: #5C1A40; }
a { background-color: rgb(92,26,64); }
div.DivClassName
{
background-color: #5C1A40;
}
.BgClassName
{
background-color: #5C1A40;
}
</style>
border-color css
<style>
span { border-color: #5C1A40; }
span { border-color: rgb(92,26,64); }
td.TdClassName
{
border-color: #5C1A40;
}
.TagClassName
{
border-color: #5C1A40;
}
</style>