Shades of Pompadour #5D253D
Tints of Pompadour #5D253D
RGB
CMYK
RGB Variations
Color information
#5D253D (or 0x5D253D) is known color: Pompadour. HEX triplet: 5D, 25 and 3D. RGB value is (93,37,61). Sum of RGB (Red+Green+Blue) = 93+37+61=191 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.69% from 191); Green value is 37 (14.84% from 255 or 19.37% from 191); Blue value is 61 (24.22% from 255 or 31.94% from 191); Max value from RGB is 93 - color contains mainly: red. Hex color #5D253D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D253D is #A2DAC2. Grayscale: #383838. Windows color (decimal): -10672835 or 4007261. OLE color: 4007261.
HSL color Cylindrical-coordinate representation of color #5D253D: hue angle of 334.29º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D253D is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 37 | 61 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.64 |
| HSL | 334.29º | 0.43% | 0.25% | - |
| HSV(B) | 334.29º | 0.6% | 0.36% | - |
| XYZ | 6.02 | 3.99 | 4.87 | - |
| YUV | 56.48 | 130.55 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 37 | 61 | 0 | 0.60 | 0.34 | 0.64 | 334.29 | 0.43 | 0.25 |
| Hex | 5D | 25 | 3D | 0 | 3C | 22 | 40 | 14E | 2B | 19 |
| Octal | 135 | 45 | 75 | 0 | 74 | 42 | 100 | 516 | 53 | 31 |
| Binary | 1011101 | 100101 | 111101 | 0 | 111100 | 100010 | 1000000 | 101001110 | 101011 | 11001 |
Color Harmonies of #5D253D
Complementary color
Monochromatic Colors of #5D253D
Black with #5D253D
Text Example
Text Example
White with #5D253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D253D; }
p { color: rgb(93,37,61); }
H1.HeaderClassName
{
color: #5D253D;
}
.AnyTagClassName
{
color: #5D253D;
}
</style>
background-color css
<style>
a { background-color: #5D253D; }
a { background-color: rgb(93,37,61); }
div.DivClassName
{
background-color: #5D253D;
}
.BgClassName
{
background-color: #5D253D;
}
</style>
border-color css
<style>
span { border-color: #5D253D; }
span { border-color: rgb(93,37,61); }
td.TdClassName
{
border-color: #5D253D;
}
.TagClassName
{
border-color: #5D253D;
}
</style>