Shades of Scarlet Gum #431F59
Tints of Scarlet Gum #431F59
RGB
CMYK
RGB Variations
Color information
#431F59 (or 0x431F59) is known color: Scarlet Gum. HEX triplet: 43, 1F and 59. RGB value is (67,31,89). Sum of RGB (Red+Green+Blue) = 67+31+89=187 (24% of max value = 765). Red value is 67 (26.56% from 255 or 35.83% from 187); Green value is 31 (12.5% from 255 or 16.58% from 187); Blue value is 89 (35.16% from 255 or 47.59% from 187); Max value from RGB is 89 - color contains mainly: blue. Hex color #431F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431F59 is #BCE0A6. Grayscale: #303030. Windows color (decimal): -12378279 or 5840707. OLE color: 5840707.
HSL color Cylindrical-coordinate representation of color #431F59: hue angle of 277.24º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #431F59 is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 67 | 31 | 89 | - |
| CMYK | 0.25 | 0.65 | 0 | 0.65 |
| HSL | 277.24º | 0.48% | 0.24% | - |
| HSV(B) | 277.24º | 0.65% | 0.35% | - |
| XYZ | 4.61 | 2.89 | 9.77 | - |
| YUV | 48.38 | 150.93 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 31 | 89 | 0.25 | 0.65 | 0 | 0.65 | 277.24 | 0.48 | 0.24 |
| Hex | 43 | 1F | 59 | 19 | 41 | 0 | 41 | 115 | 30 | 18 |
| Octal | 103 | 37 | 131 | 31 | 101 | 0 | 101 | 425 | 60 | 30 |
| Binary | 1000011 | 11111 | 1011001 | 11001 | 1000001 | 0 | 1000001 | 100010101 | 110000 | 11000 |
Color Harmonies of #431F59
Complementary color
Monochromatic Colors of #431F59
Black with #431F59
Text Example
Text Example
White with #431F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431F59; }
p { color: rgb(67,31,89); }
H1.HeaderClassName
{
color: #431F59;
}
.AnyTagClassName
{
color: #431F59;
}
</style>
background-color css
<style>
a { background-color: #431F59; }
a { background-color: rgb(67,31,89); }
div.DivClassName
{
background-color: #431F59;
}
.BgClassName
{
background-color: #431F59;
}
</style>
border-color css
<style>
span { border-color: #431F59; }
span { border-color: rgb(67,31,89); }
td.TdClassName
{
border-color: #431F59;
}
.TagClassName
{
border-color: #431F59;
}
</style>