Shades of Mulled Wine #584B65
Tints of Mulled Wine #584B65
RGB
CMYK
RGB Variations
Color information
#584B65 (or 0x584B65) is known color: Mulled Wine. HEX triplet: 58, 4B and 65. RGB value is (88,75,101). Sum of RGB (Red+Green+Blue) = 88+75+101=264 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.33% from 264); Green value is 75 (29.69% from 255 or 28.41% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 101 - color contains mainly: blue. Hex color #584B65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584B65 is #A7B49A. Grayscale: #515151. Windows color (decimal): -10990747 or 6638424. OLE color: 6638424.
HSL color Cylindrical-coordinate representation of color #584B65: hue angle of 270º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #584B65 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 88 | 75 | 101 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.60 |
| HSL | 270º | 0.15% | 0.35% | - |
| HSV(B) | 270º | 0.26% | 0.4% | - |
| XYZ | 8.89 | 8.05 | 13.4 | - |
| YUV | 81.85 | 138.81 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 75 | 101 | 0.13 | 0.26 | 0 | 0.60 | 270 | 0.15 | 0.35 |
| Hex | 58 | 4B | 65 | D | 1A | 0 | 3C | 10E | F | 23 |
| Octal | 130 | 113 | 145 | 15 | 32 | 0 | 74 | 416 | 17 | 43 |
| Binary | 1011000 | 1001011 | 1100101 | 1101 | 11010 | 0 | 111100 | 100001110 | 1111 | 100011 |
Color Harmonies of #584B65
Complementary color
Monochromatic Colors of #584B65
Black with #584B65
Text Example
Text Example
White with #584B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584B65; }
p { color: rgb(88,75,101); }
H1.HeaderClassName
{
color: #584B65;
}
.AnyTagClassName
{
color: #584B65;
}
</style>
background-color css
<style>
a { background-color: #584B65; }
a { background-color: rgb(88,75,101); }
div.DivClassName
{
background-color: #584B65;
}
.BgClassName
{
background-color: #584B65;
}
</style>
border-color css
<style>
span { border-color: #584B65; }
span { border-color: rgb(88,75,101); }
td.TdClassName
{
border-color: #584B65;
}
.TagClassName
{
border-color: #584B65;
}
</style>