Shades of Mulled Wine #584B67
Tints of Mulled Wine #584B67
RGB
CMYK
RGB Variations
Color information
#584B67 (or 0x584B67) is known color: Mulled Wine. HEX triplet: 58, 4B and 67. RGB value is (88,75,103). Sum of RGB (Red+Green+Blue) = 88+75+103=266 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.08% from 266); Green value is 75 (29.69% from 255 or 28.20% from 266); Blue value is 103 (40.62% from 255 or 38.72% from 266); Max value from RGB is 103 - color contains mainly: blue. Hex color #584B67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584B67 is #A7B498. Grayscale: #515151. Windows color (decimal): -10990745 or 6769496. OLE color: 6769496.
HSL color Cylindrical-coordinate representation of color #584B67: hue angle of 267.86º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #584B67 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 88 | 75 | 103 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.60 |
| HSL | 267.86º | 0.16% | 0.35% | - |
| HSV(B) | 267.86º | 0.27% | 0.4% | - |
| XYZ | 8.99 | 8.09 | 13.92 | - |
| YUV | 82.08 | 139.81 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 75 | 103 | 0.15 | 0.27 | 0 | 0.60 | 267.86 | 0.16 | 0.35 |
| Hex | 58 | 4B | 67 | F | 1B | 0 | 3C | 10C | 10 | 23 |
| Octal | 130 | 113 | 147 | 17 | 33 | 0 | 74 | 414 | 20 | 43 |
| Binary | 1011000 | 1001011 | 1100111 | 1111 | 11011 | 0 | 111100 | 100001100 | 10000 | 100011 |
Color Harmonies of #584B67
Complementary color
Monochromatic Colors of #584B67
Black with #584B67
Text Example
Text Example
White with #584B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584B67; }
p { color: rgb(88,75,103); }
H1.HeaderClassName
{
color: #584B67;
}
.AnyTagClassName
{
color: #584B67;
}
</style>
background-color css
<style>
a { background-color: #584B67; }
a { background-color: rgb(88,75,103); }
div.DivClassName
{
background-color: #584B67;
}
.BgClassName
{
background-color: #584B67;
}
</style>
border-color css
<style>
span { border-color: #584B67; }
span { border-color: rgb(88,75,103); }
td.TdClassName
{
border-color: #584B67;
}
.TagClassName
{
border-color: #584B67;
}
</style>