Shades of Scarlet Gum #581F68
Tints of Scarlet Gum #581F68
RGB
CMYK
RGB Variations
Color information
#581F68 (or 0x581F68) is known color: Scarlet Gum. HEX triplet: 58, 1F and 68. RGB value is (88,31,104). Sum of RGB (Red+Green+Blue) = 88+31+104=223 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.46% from 223); Green value is 31 (12.5% from 255 or 13.90% from 223); Blue value is 104 (41.02% from 255 or 46.64% from 223); Max value from RGB is 104 - color contains mainly: blue. Hex color #581F68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581F68 is #A7E097. Grayscale: #383838. Windows color (decimal): -11002008 or 6823768. OLE color: 6823768.
HSL color Cylindrical-coordinate representation of color #581F68: hue angle of 286.85º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #581F68 is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 88 | 31 | 104 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.59 |
| HSL | 286.85º | 0.54% | 0.26% | - |
| HSV(B) | 286.85º | 0.7% | 0.41% | - |
| XYZ | 7.01 | 4.05 | 13.51 | - |
| YUV | 56.37 | 154.88 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 31 | 104 | 0.15 | 0.70 | 0 | 0.59 | 286.85 | 0.54 | 0.26 |
| Hex | 58 | 1F | 68 | F | 46 | 0 | 3B | 11F | 36 | 1A |
| Octal | 130 | 37 | 150 | 17 | 106 | 0 | 73 | 437 | 66 | 32 |
| Binary | 1011000 | 11111 | 1101000 | 1111 | 1000110 | 0 | 111011 | 100011111 | 110110 | 11010 |
Color Harmonies of #581F68
Complementary color
Monochromatic Colors of #581F68
Black with #581F68
Text Example
Text Example
White with #581F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581F68; }
p { color: rgb(88,31,104); }
H1.HeaderClassName
{
color: #581F68;
}
.AnyTagClassName
{
color: #581F68;
}
</style>
background-color css
<style>
a { background-color: #581F68; }
a { background-color: rgb(88,31,104); }
div.DivClassName
{
background-color: #581F68;
}
.BgClassName
{
background-color: #581F68;
}
</style>
border-color css
<style>
span { border-color: #581F68; }
span { border-color: rgb(88,31,104); }
td.TdClassName
{
border-color: #581F68;
}
.TagClassName
{
border-color: #581F68;
}
</style>