Shades of Pompadour #5C234A
Tints of Pompadour #5C234A
RGB
CMYK
RGB Variations
Color information
#5C234A (or 0x5C234A) is known color: Pompadour. HEX triplet: 5C, 23 and 4A. RGB value is (92,35,74). Sum of RGB (Red+Green+Blue) = 92+35+74=201 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.77% from 201); Green value is 35 (14.06% from 255 or 17.41% from 201); Blue value is 74 (29.30% from 255 or 36.82% from 201); Max value from RGB is 92 - color contains mainly: red. Hex color #5C234A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C234A is #A3DCB5. Grayscale: #383838. Windows color (decimal): -10738870 or 4858716. OLE color: 4858716.
HSL color Cylindrical-coordinate representation of color #5C234A: hue angle of 318.95º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5C234A is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 35 | 74 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.64 |
| HSL | 318.95º | 0.45% | 0.25% | - |
| HSV(B) | 318.95º | 0.62% | 0.36% | - |
| XYZ | 6.25 | 3.97 | 6.92 | - |
| YUV | 56.49 | 137.88 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 35 | 74 | 0 | 0.62 | 0.20 | 0.64 | 318.95 | 0.45 | 0.25 |
| Hex | 5C | 23 | 4A | 0 | 3E | 14 | 40 | 13F | 2D | 19 |
| Octal | 134 | 43 | 112 | 0 | 76 | 24 | 100 | 477 | 55 | 31 |
| Binary | 1011100 | 100011 | 1001010 | 0 | 111110 | 10100 | 1000000 | 100111111 | 101101 | 11001 |
Color Harmonies of #5C234A
Complementary color
Monochromatic Colors of #5C234A
Black with #5C234A
Text Example
Text Example
White with #5C234A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C234A; }
p { color: rgb(92,35,74); }
H1.HeaderClassName
{
color: #5C234A;
}
.AnyTagClassName
{
color: #5C234A;
}
</style>
background-color css
<style>
a { background-color: #5C234A; }
a { background-color: rgb(92,35,74); }
div.DivClassName
{
background-color: #5C234A;
}
.BgClassName
{
background-color: #5C234A;
}
</style>
border-color css
<style>
span { border-color: #5C234A; }
span { border-color: rgb(92,35,74); }
td.TdClassName
{
border-color: #5C234A;
}
.TagClassName
{
border-color: #5C234A;
}
</style>