Shades of Pompadour #5D1A3A
Tints of Pompadour #5D1A3A
RGB
CMYK
RGB Variations
Color information
#5D1A3A (or 0x5D1A3A) is known color: Pompadour. HEX triplet: 5D, 1A and 3A. RGB value is (93,26,58). Sum of RGB (Red+Green+Blue) = 93+26+58=177 (23% of max value = 765). Red value is 93 (36.72% from 255 or 52.54% from 177); Green value is 26 (10.55% from 255 or 14.69% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D1A3A is #A2E5C5. Grayscale: #313131. Windows color (decimal): -10675654 or 3807837. OLE color: 3807837.
HSL color Cylindrical-coordinate representation of color #5D1A3A: hue angle of 331.34º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5D1A3A is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 26 | 58 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.64 |
| HSL | 331.34º | 0.56% | 0.23% | - |
| HSV(B) | 331.34º | 0.72% | 0.36% | - |
| XYZ | 5.65 | 3.37 | 4.36 | - |
| YUV | 49.68 | 132.7 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 26 | 58 | 0 | 0.72 | 0.38 | 0.64 | 331.34 | 0.56 | 0.23 |
| Hex | 5D | 1A | 3A | 0 | 48 | 26 | 40 | 14B | 38 | 17 |
| Octal | 135 | 32 | 72 | 0 | 110 | 46 | 100 | 513 | 70 | 27 |
| Binary | 1011101 | 11010 | 111010 | 0 | 1001000 | 100110 | 1000000 | 101001011 | 111000 | 10111 |
Color Harmonies of #5D1A3A
Complementary color
Monochromatic Colors of #5D1A3A
Black with #5D1A3A
Text Example
Text Example
White with #5D1A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1A3A; }
p { color: rgb(93,26,58); }
H1.HeaderClassName
{
color: #5D1A3A;
}
.AnyTagClassName
{
color: #5D1A3A;
}
</style>
background-color css
<style>
a { background-color: #5D1A3A; }
a { background-color: rgb(93,26,58); }
div.DivClassName
{
background-color: #5D1A3A;
}
.BgClassName
{
background-color: #5D1A3A;
}
</style>
border-color css
<style>
span { border-color: #5D1A3A; }
span { border-color: rgb(93,26,58); }
td.TdClassName
{
border-color: #5D1A3A;
}
.TagClassName
{
border-color: #5D1A3A;
}
</style>