Shades of Pompadour #5C2C43
Tints of Pompadour #5C2C43
RGB
CMYK
RGB Variations
Color information
#5C2C43 (or 0x5C2C43) is known color: Pompadour. HEX triplet: 5C, 2C and 43. RGB value is (92,44,67). Sum of RGB (Red+Green+Blue) = 92+44+67=203 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.32% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 67 (26.56% from 255 or 33.00% from 203); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C2C43 is #A3D3BC. Grayscale: #3C3C3C. Windows color (decimal): -10736573 or 4402268. OLE color: 4402268.
HSL color Cylindrical-coordinate representation of color #5C2C43: hue angle of 331.25º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5C2C43 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 44 | 67 | - |
| CMYK | 0 | 0.52 | 0.27 | 0.64 |
| HSL | 331.25º | 0.35% | 0.27% | - |
| HSV(B) | 331.25º | 0.52% | 0.36% | - |
| XYZ | 6.33 | 4.48 | 5.84 | - |
| YUV | 60.97 | 131.4 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 44 | 67 | 0 | 0.52 | 0.27 | 0.64 | 331.25 | 0.35 | 0.27 |
| Hex | 5C | 2C | 43 | 0 | 34 | 1B | 40 | 14B | 23 | 1B |
| Octal | 134 | 54 | 103 | 0 | 64 | 33 | 100 | 513 | 43 | 33 |
| Binary | 1011100 | 101100 | 1000011 | 0 | 110100 | 11011 | 1000000 | 101001011 | 100011 | 11011 |
Color Harmonies of #5C2C43
Complementary color
Monochromatic Colors of #5C2C43
Black with #5C2C43
Text Example
Text Example
White with #5C2C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2C43; }
p { color: rgb(92,44,67); }
H1.HeaderClassName
{
color: #5C2C43;
}
.AnyTagClassName
{
color: #5C2C43;
}
</style>
background-color css
<style>
a { background-color: #5C2C43; }
a { background-color: rgb(92,44,67); }
div.DivClassName
{
background-color: #5C2C43;
}
.BgClassName
{
background-color: #5C2C43;
}
</style>
border-color css
<style>
span { border-color: #5C2C43; }
span { border-color: rgb(92,44,67); }
td.TdClassName
{
border-color: #5C2C43;
}
.TagClassName
{
border-color: #5C2C43;
}
</style>