Shades of Pompadour #5B2B43
Tints of Pompadour #5B2B43
RGB
CMYK
RGB Variations
Color information
#5B2B43 (or 0x5B2B43) is known color: Pompadour. HEX triplet: 5B, 2B and 43. RGB value is (91,43,67). Sum of RGB (Red+Green+Blue) = 91+43+67=201 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.27% from 201); Green value is 43 (17.19% from 255 or 21.39% from 201); Blue value is 67 (26.56% from 255 or 33.33% from 201); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2B43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B2B43 is #A4D4BC. Grayscale: #3C3C3C. Windows color (decimal): -10802365 or 4402011. OLE color: 4402011.
HSL color Cylindrical-coordinate representation of color #5B2B43: hue angle of 330º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5B2B43 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 43 | 67 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.64 |
| HSL | 330º | 0.36% | 0.26% | - |
| HSV(B) | 330º | 0.53% | 0.36% | - |
| XYZ | 6.19 | 4.36 | 5.82 | - |
| YUV | 60.09 | 131.9 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 43 | 67 | 0 | 0.53 | 0.26 | 0.64 | 330 | 0.36 | 0.26 |
| Hex | 5B | 2B | 43 | 0 | 35 | 1A | 40 | 14A | 24 | 1A |
| Octal | 133 | 53 | 103 | 0 | 65 | 32 | 100 | 512 | 44 | 32 |
| Binary | 1011011 | 101011 | 1000011 | 0 | 110101 | 11010 | 1000000 | 101001010 | 100100 | 11010 |
Color Harmonies of #5B2B43
Complementary color
Monochromatic Colors of #5B2B43
Black with #5B2B43
Text Example
Text Example
White with #5B2B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2B43; }
p { color: rgb(91,43,67); }
H1.HeaderClassName
{
color: #5B2B43;
}
.AnyTagClassName
{
color: #5B2B43;
}
</style>
background-color css
<style>
a { background-color: #5B2B43; }
a { background-color: rgb(91,43,67); }
div.DivClassName
{
background-color: #5B2B43;
}
.BgClassName
{
background-color: #5B2B43;
}
</style>
border-color css
<style>
span { border-color: #5B2B43; }
span { border-color: rgb(91,43,67); }
td.TdClassName
{
border-color: #5B2B43;
}
.TagClassName
{
border-color: #5B2B43;
}
</style>