Shades of Pompadour #5D2045
Tints of Pompadour #5D2045
RGB
CMYK
RGB Variations
Color information
#5D2045 (or 0x5D2045) is known color: Pompadour. HEX triplet: 5D, 20 and 45. RGB value is (93,32,69). Sum of RGB (Red+Green+Blue) = 93+32+69=194 (25% of max value = 765). Red value is 93 (36.72% from 255 or 47.94% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 69 (27.34% from 255 or 35.57% from 194); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2045 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2045 is #A2DFBA. Grayscale: #363636. Windows color (decimal): -10674107 or 4530269. OLE color: 4530269.
HSL color Cylindrical-coordinate representation of color #5D2045: hue angle of 323.61º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5D2045 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 32 | 69 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.64 |
| HSL | 323.61º | 0.49% | 0.25% | - |
| HSV(B) | 323.61º | 0.66% | 0.36% | - |
| XYZ | 6.1 | 3.79 | 6.04 | - |
| YUV | 54.46 | 136.21 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 32 | 69 | 0 | 0.66 | 0.26 | 0.64 | 323.61 | 0.49 | 0.25 |
| Hex | 5D | 20 | 45 | 0 | 42 | 1A | 40 | 144 | 31 | 19 |
| Octal | 135 | 40 | 105 | 0 | 102 | 32 | 100 | 504 | 61 | 31 |
| Binary | 1011101 | 100000 | 1000101 | 0 | 1000010 | 11010 | 1000000 | 101000100 | 110001 | 11001 |
Color Harmonies of #5D2045
Complementary color
Monochromatic Colors of #5D2045
Black with #5D2045
Text Example
Text Example
White with #5D2045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2045; }
p { color: rgb(93,32,69); }
H1.HeaderClassName
{
color: #5D2045;
}
.AnyTagClassName
{
color: #5D2045;
}
</style>
background-color css
<style>
a { background-color: #5D2045; }
a { background-color: rgb(93,32,69); }
div.DivClassName
{
background-color: #5D2045;
}
.BgClassName
{
background-color: #5D2045;
}
</style>
border-color css
<style>
span { border-color: #5D2045; }
span { border-color: rgb(93,32,69); }
td.TdClassName
{
border-color: #5D2045;
}
.TagClassName
{
border-color: #5D2045;
}
</style>