Shades of Pompadour #5B223C
Tints of Pompadour #5B223C
RGB
CMYK
RGB Variations
Color information
#5B223C (or 0x5B223C) is known color: Pompadour. HEX triplet: 5B, 22 and 3C. RGB value is (91,34,60). Sum of RGB (Red+Green+Blue) = 91+34+60=185 (24% of max value = 765). Red value is 91 (35.94% from 255 or 49.19% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 60 (23.83% from 255 or 32.43% from 185); Max value from RGB is 91 - color contains mainly: red. Hex color #5B223C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B223C is #A4DDC3. Grayscale: #353535. Windows color (decimal): -10804676 or 3940955. OLE color: 3940955.
HSL color Cylindrical-coordinate representation of color #5B223C: hue angle of 332.63º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5B223C is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 34 | 60 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.64 |
| HSL | 332.63º | 0.46% | 0.25% | - |
| HSV(B) | 332.63º | 0.63% | 0.36% | - |
| XYZ | 5.7 | 3.69 | 4.69 | - |
| YUV | 54.01 | 131.38 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 34 | 60 | 0 | 0.63 | 0.34 | 0.64 | 332.63 | 0.46 | 0.25 |
| Hex | 5B | 22 | 3C | 0 | 3F | 22 | 40 | 14D | 2E | 19 |
| Octal | 133 | 42 | 74 | 0 | 77 | 42 | 100 | 515 | 56 | 31 |
| Binary | 1011011 | 100010 | 111100 | 0 | 111111 | 100010 | 1000000 | 101001101 | 101110 | 11001 |
Color Harmonies of #5B223C
Complementary color
Monochromatic Colors of #5B223C
Black with #5B223C
Text Example
Text Example
White with #5B223C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B223C; }
p { color: rgb(91,34,60); }
H1.HeaderClassName
{
color: #5B223C;
}
.AnyTagClassName
{
color: #5B223C;
}
</style>
background-color css
<style>
a { background-color: #5B223C; }
a { background-color: rgb(91,34,60); }
div.DivClassName
{
background-color: #5B223C;
}
.BgClassName
{
background-color: #5B223C;
}
</style>
border-color css
<style>
span { border-color: #5B223C; }
span { border-color: rgb(91,34,60); }
td.TdClassName
{
border-color: #5B223C;
}
.TagClassName
{
border-color: #5B223C;
}
</style>