Shades of Pompadour #5C233B
Tints of Pompadour #5C233B
RGB
CMYK
RGB Variations
Color information
#5C233B (or 0x5C233B) is known color: Pompadour. HEX triplet: 5C, 23 and 3B. RGB value is (92,35,59). Sum of RGB (Red+Green+Blue) = 92+35+59=186 (24% of max value = 765). Red value is 92 (36.33% from 255 or 49.46% from 186); Green value is 35 (14.06% from 255 or 18.82% from 186); Blue value is 59 (23.44% from 255 or 31.72% from 186); Max value from RGB is 92 - color contains mainly: red. Hex color #5C233B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C233B is #A3DCC4. Grayscale: #363636. Windows color (decimal): -10738885 or 3875676. OLE color: 3875676.
HSL color Cylindrical-coordinate representation of color #5C233B: hue angle of 334.74º 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 #5C233B is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 35 | 59 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.64 |
| HSL | 334.74º | 0.45% | 0.25% | - |
| HSV(B) | 334.74º | 0.62% | 0.36% | - |
| XYZ | 5.8 | 3.79 | 4.56 | - |
| YUV | 54.78 | 130.38 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 35 | 59 | 0 | 0.62 | 0.36 | 0.64 | 334.74 | 0.45 | 0.25 |
| Hex | 5C | 23 | 3B | 0 | 3E | 24 | 40 | 14F | 2D | 19 |
| Octal | 134 | 43 | 73 | 0 | 76 | 44 | 100 | 517 | 55 | 31 |
| Binary | 1011100 | 100011 | 111011 | 0 | 111110 | 100100 | 1000000 | 101001111 | 101101 | 11001 |
Color Harmonies of #5C233B
Complementary color
Monochromatic Colors of #5C233B
Black with #5C233B
Text Example
Text Example
White with #5C233B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C233B; }
p { color: rgb(92,35,59); }
H1.HeaderClassName
{
color: #5C233B;
}
.AnyTagClassName
{
color: #5C233B;
}
</style>
background-color css
<style>
a { background-color: #5C233B; }
a { background-color: rgb(92,35,59); }
div.DivClassName
{
background-color: #5C233B;
}
.BgClassName
{
background-color: #5C233B;
}
</style>
border-color css
<style>
span { border-color: #5C233B; }
span { border-color: rgb(92,35,59); }
td.TdClassName
{
border-color: #5C233B;
}
.TagClassName
{
border-color: #5C233B;
}
</style>