Shades of Pompadour #5D273E
Tints of Pompadour #5D273E
RGB
CMYK
RGB Variations
Color information
#5D273E (or 0x5D273E) is known color: Pompadour. HEX triplet: 5D, 27 and 3E. RGB value is (93,39,62). Sum of RGB (Red+Green+Blue) = 93+39+62=194 (25% of max value = 765). Red value is 93 (36.72% from 255 or 47.94% from 194); Green value is 39 (15.62% from 255 or 20.10% from 194); Blue value is 62 (24.61% from 255 or 31.96% from 194); Max value from RGB is 93 - color contains mainly: red. Hex color #5D273E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D273E is #A2D8C1. Grayscale: #393939. Windows color (decimal): -10672322 or 4073309. OLE color: 4073309.
HSL color Cylindrical-coordinate representation of color #5D273E: hue angle of 334.44º 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 #5D273E is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 39 | 62 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.64 |
| HSL | 334.44º | 0.41% | 0.26% | - |
| HSV(B) | 334.44º | 0.58% | 0.36% | - |
| XYZ | 6.11 | 4.13 | 5.03 | - |
| YUV | 57.77 | 130.39 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 39 | 62 | 0 | 0.58 | 0.33 | 0.64 | 334.44 | 0.41 | 0.26 |
| Hex | 5D | 27 | 3E | 0 | 3A | 21 | 40 | 14E | 29 | 1A |
| Octal | 135 | 47 | 76 | 0 | 72 | 41 | 100 | 516 | 51 | 32 |
| Binary | 1011101 | 100111 | 111110 | 0 | 111010 | 100001 | 1000000 | 101001110 | 101001 | 11010 |
Color Harmonies of #5D273E
Complementary color
Monochromatic Colors of #5D273E
Black with #5D273E
Text Example
Text Example
White with #5D273E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D273E; }
p { color: rgb(93,39,62); }
H1.HeaderClassName
{
color: #5D273E;
}
.AnyTagClassName
{
color: #5D273E;
}
</style>
background-color css
<style>
a { background-color: #5D273E; }
a { background-color: rgb(93,39,62); }
div.DivClassName
{
background-color: #5D273E;
}
.BgClassName
{
background-color: #5D273E;
}
</style>
border-color css
<style>
span { border-color: #5D273E; }
span { border-color: rgb(93,39,62); }
td.TdClassName
{
border-color: #5D273E;
}
.TagClassName
{
border-color: #5D273E;
}
</style>