Shades of Pompadour #5A233C
Tints of Pompadour #5A233C
RGB
CMYK
RGB Variations
Color information
#5A233C (or 0x5A233C) is known color: Pompadour. HEX triplet: 5A, 23 and 3C. RGB value is (90,35,60). Sum of RGB (Red+Green+Blue) = 90+35+60=185 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.65% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 60 (23.83% from 255 or 32.43% from 185); Max value from RGB is 90 - color contains mainly: red. Hex color #5A233C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A233C is #A5DCC3. Grayscale: #363636. Windows color (decimal): -10869956 or 3941210. OLE color: 3941210.
HSL color Cylindrical-coordinate representation of color #5A233C: hue angle of 332.73º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5A233C is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 35 | 60 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.65 |
| HSL | 332.73º | 0.44% | 0.25% | - |
| HSV(B) | 332.73º | 0.61% | 0.35% | - |
| XYZ | 5.63 | 3.7 | 4.69 | - |
| YUV | 54.3 | 131.22 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 35 | 60 | 0 | 0.61 | 0.33 | 0.65 | 332.73 | 0.44 | 0.25 |
| Hex | 5A | 23 | 3C | 0 | 3D | 21 | 41 | 14D | 2C | 19 |
| Octal | 132 | 43 | 74 | 0 | 75 | 41 | 101 | 515 | 54 | 31 |
| Binary | 1011010 | 100011 | 111100 | 0 | 111101 | 100001 | 1000001 | 101001101 | 101100 | 11001 |
Color Harmonies of #5A233C
Complementary color
Monochromatic Colors of #5A233C
Black with #5A233C
Text Example
Text Example
White with #5A233C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A233C; }
p { color: rgb(90,35,60); }
H1.HeaderClassName
{
color: #5A233C;
}
.AnyTagClassName
{
color: #5A233C;
}
</style>
background-color css
<style>
a { background-color: #5A233C; }
a { background-color: rgb(90,35,60); }
div.DivClassName
{
background-color: #5A233C;
}
.BgClassName
{
background-color: #5A233C;
}
</style>
border-color css
<style>
span { border-color: #5A233C; }
span { border-color: rgb(90,35,60); }
td.TdClassName
{
border-color: #5A233C;
}
.TagClassName
{
border-color: #5A233C;
}
</style>