Shades of Scarlet Gum #581B6D
Tints of Scarlet Gum #581B6D
RGB
CMYK
RGB Variations
Color information
#581B6D (or 0x581B6D) is known color: Scarlet Gum. HEX triplet: 58, 1B and 6D. RGB value is (88,27,109). Sum of RGB (Red+Green+Blue) = 88+27+109=224 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.29% from 224); Green value is 27 (10.94% from 255 or 12.05% from 224); Blue value is 109 (42.97% from 255 or 48.66% from 224); Max value from RGB is 109 - color contains mainly: blue. Hex color #581B6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581B6D is #A7E492. Grayscale: #363636. Windows color (decimal): -11003027 or 7150424. OLE color: 7150424.
HSL color Cylindrical-coordinate representation of color #581B6D: hue angle of 284.63º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #581B6D is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 88 | 27 | 109 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.57 |
| HSL | 284.63º | 0.6% | 0.27% | - |
| HSV(B) | 284.63º | 0.75% | 0.43% | - |
| XYZ | 7.18 | 3.96 | 14.85 | - |
| YUV | 54.59 | 158.71 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 27 | 109 | 0.19 | 0.75 | 0 | 0.57 | 284.63 | 0.6 | 0.27 |
| Hex | 58 | 1B | 6D | 13 | 4B | 0 | 39 | 11D | 3C | 1B |
| Octal | 130 | 33 | 155 | 23 | 113 | 0 | 71 | 435 | 74 | 33 |
| Binary | 1011000 | 11011 | 1101101 | 10011 | 1001011 | 0 | 111001 | 100011101 | 111100 | 11011 |
Color Harmonies of #581B6D
Complementary color
Monochromatic Colors of #581B6D
Black with #581B6D
Text Example
Text Example
White with #581B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581B6D; }
p { color: rgb(88,27,109); }
H1.HeaderClassName
{
color: #581B6D;
}
.AnyTagClassName
{
color: #581B6D;
}
</style>
background-color css
<style>
a { background-color: #581B6D; }
a { background-color: rgb(88,27,109); }
div.DivClassName
{
background-color: #581B6D;
}
.BgClassName
{
background-color: #581B6D;
}
</style>
border-color css
<style>
span { border-color: #581B6D; }
span { border-color: rgb(88,27,109); }
td.TdClassName
{
border-color: #581B6D;
}
.TagClassName
{
border-color: #581B6D;
}
</style>