Shades of Pompadour #5C2B4A
Tints of Pompadour #5C2B4A
RGB
CMYK
RGB Variations
Color information
#5C2B4A (or 0x5C2B4A) is known color: Pompadour. HEX triplet: 5C, 2B and 4A. RGB value is (92,43,74). Sum of RGB (Red+Green+Blue) = 92+43+74=209 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.02% from 209); Green value is 43 (17.19% from 255 or 20.57% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C2B4A is #A3D4B5. Grayscale: #3D3D3D. Windows color (decimal): -10736822 or 4860764. OLE color: 4860764.
HSL color Cylindrical-coordinate representation of color #5C2B4A: hue angle of 322.04º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5C2B4A is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 43 | 74 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.64 |
| HSL | 322.04º | 0.36% | 0.26% | - |
| HSV(B) | 322.04º | 0.53% | 0.36% | - |
| XYZ | 6.51 | 4.5 | 7 | - |
| YUV | 61.19 | 135.23 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 43 | 74 | 0 | 0.53 | 0.20 | 0.64 | 322.04 | 0.36 | 0.26 |
| Hex | 5C | 2B | 4A | 0 | 35 | 14 | 40 | 142 | 24 | 1A |
| Octal | 134 | 53 | 112 | 0 | 65 | 24 | 100 | 502 | 44 | 32 |
| Binary | 1011100 | 101011 | 1001010 | 0 | 110101 | 10100 | 1000000 | 101000010 | 100100 | 11010 |
Color Harmonies of #5C2B4A
Complementary color
Monochromatic Colors of #5C2B4A
Black with #5C2B4A
Text Example
Text Example
White with #5C2B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2B4A; }
p { color: rgb(92,43,74); }
H1.HeaderClassName
{
color: #5C2B4A;
}
.AnyTagClassName
{
color: #5C2B4A;
}
</style>
background-color css
<style>
a { background-color: #5C2B4A; }
a { background-color: rgb(92,43,74); }
div.DivClassName
{
background-color: #5C2B4A;
}
.BgClassName
{
background-color: #5C2B4A;
}
</style>
border-color css
<style>
span { border-color: #5C2B4A; }
span { border-color: rgb(92,43,74); }
td.TdClassName
{
border-color: #5C2B4A;
}
.TagClassName
{
border-color: #5C2B4A;
}
</style>