Shades of Scarlet Gum #581A6B
Tints of Scarlet Gum #581A6B
RGB
CMYK
RGB Variations
Color information
#581A6B (or 0x581A6B) is known color: Scarlet Gum. HEX triplet: 58, 1A and 6B. RGB value is (88,26,107). Sum of RGB (Red+Green+Blue) = 88+26+107=221 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.82% from 221); Green value is 26 (10.55% from 255 or 11.76% from 221); Blue value is 107 (42.19% from 255 or 48.42% from 221); Max value from RGB is 107 - color contains mainly: blue. Hex color #581A6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581A6B is #A7E594. Grayscale: #353535. Windows color (decimal): -11003285 or 7019096. OLE color: 7019096.
HSL color Cylindrical-coordinate representation of color #581A6B: hue angle of 285.93º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #581A6B is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 88 | 26 | 107 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.58 |
| HSL | 285.93º | 0.61% | 0.26% | - |
| HSV(B) | 285.93º | 0.76% | 0.42% | - |
| XYZ | 7.05 | 3.88 | 14.29 | - |
| YUV | 53.77 | 158.04 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 26 | 107 | 0.18 | 0.76 | 0 | 0.58 | 285.93 | 0.61 | 0.26 |
| Hex | 58 | 1A | 6B | 12 | 4C | 0 | 3A | 11E | 3D | 1A |
| Octal | 130 | 32 | 153 | 22 | 114 | 0 | 72 | 436 | 75 | 32 |
| Binary | 1011000 | 11010 | 1101011 | 10010 | 1001100 | 0 | 111010 | 100011110 | 111101 | 11010 |
Color Harmonies of #581A6B
Complementary color
Monochromatic Colors of #581A6B
Black with #581A6B
Text Example
Text Example
White with #581A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581A6B; }
p { color: rgb(88,26,107); }
H1.HeaderClassName
{
color: #581A6B;
}
.AnyTagClassName
{
color: #581A6B;
}
</style>
background-color css
<style>
a { background-color: #581A6B; }
a { background-color: rgb(88,26,107); }
div.DivClassName
{
background-color: #581A6B;
}
.BgClassName
{
background-color: #581A6B;
}
</style>
border-color css
<style>
span { border-color: #581A6B; }
span { border-color: rgb(88,26,107); }
td.TdClassName
{
border-color: #581A6B;
}
.TagClassName
{
border-color: #581A6B;
}
</style>