Shades of Pompadour #5D274B
Tints of Pompadour #5D274B
RGB
CMYK
RGB Variations
Color information
#5D274B (or 0x5D274B) is known color: Pompadour. HEX triplet: 5D, 27 and 4B. RGB value is (93,39,75). Sum of RGB (Red+Green+Blue) = 93+39+75=207 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.93% from 207); Green value is 39 (15.62% from 255 or 18.84% from 207); Blue value is 75 (29.69% from 255 or 36.23% from 207); Max value from RGB is 93 - color contains mainly: red. Hex color #5D274B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D274B is #A2D8B4. Grayscale: #3B3B3B. Windows color (decimal): -10672309 or 4925277. OLE color: 4925277.
HSL color Cylindrical-coordinate representation of color #5D274B: hue angle of 320º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5D274B is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 39 | 75 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.64 |
| HSL | 320º | 0.41% | 0.26% | - |
| HSV(B) | 320º | 0.58% | 0.36% | - |
| XYZ | 6.51 | 4.29 | 7.14 | - |
| YUV | 59.25 | 136.89 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 39 | 75 | 0 | 0.58 | 0.19 | 0.64 | 320 | 0.41 | 0.26 |
| Hex | 5D | 27 | 4B | 0 | 3A | 13 | 40 | 140 | 29 | 1A |
| Octal | 135 | 47 | 113 | 0 | 72 | 23 | 100 | 500 | 51 | 32 |
| Binary | 1011101 | 100111 | 1001011 | 0 | 111010 | 10011 | 1000000 | 101000000 | 101001 | 11010 |
Color Harmonies of #5D274B
Complementary color
Monochromatic Colors of #5D274B
Black with #5D274B
Text Example
Text Example
White with #5D274B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D274B; }
p { color: rgb(93,39,75); }
H1.HeaderClassName
{
color: #5D274B;
}
.AnyTagClassName
{
color: #5D274B;
}
</style>
background-color css
<style>
a { background-color: #5D274B; }
a { background-color: rgb(93,39,75); }
div.DivClassName
{
background-color: #5D274B;
}
.BgClassName
{
background-color: #5D274B;
}
</style>
border-color css
<style>
span { border-color: #5D274B; }
span { border-color: rgb(93,39,75); }
td.TdClassName
{
border-color: #5D274B;
}
.TagClassName
{
border-color: #5D274B;
}
</style>