Shades of Scarlet Gum #3F1459
Tints of Scarlet Gum #3F1459
RGB
CMYK
RGB Variations
Color information
#3F1459 (or 0x3F1459) is known color: Scarlet Gum. HEX triplet: 3F, 14 and 59. RGB value is (63,20,89). Sum of RGB (Red+Green+Blue) = 63+20+89=172 (22% of max value = 765). Red value is 63 (25% from 255 or 36.63% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 89 (35.16% from 255 or 51.74% from 172); Max value from RGB is 89 - color contains mainly: blue. Hex color #3F1459 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1459 is #C0EBA6. Grayscale: #282828. Windows color (decimal): -12643239 or 5837887. OLE color: 5837887.
HSL color Cylindrical-coordinate representation of color #3F1459: hue angle of 277.39º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3F1459 is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 20 | 89 | - |
| CMYK | 0.29 | 0.78 | 0 | 0.65 |
| HSL | 277.39º | 0.63% | 0.21% | - |
| HSV(B) | 277.39º | 0.78% | 0.35% | - |
| XYZ | 4.1 | 2.28 | 9.67 | - |
| YUV | 40.72 | 155.25 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 20 | 89 | 0.29 | 0.78 | 0 | 0.65 | 277.39 | 0.63 | 0.21 |
| Hex | 3F | 14 | 59 | 1D | 4E | 0 | 41 | 115 | 3F | 15 |
| Octal | 77 | 24 | 131 | 35 | 116 | 0 | 101 | 425 | 77 | 25 |
| Binary | 111111 | 10100 | 1011001 | 11101 | 1001110 | 0 | 1000001 | 100010101 | 111111 | 10101 |
Color Harmonies of #3F1459
Complementary color
Monochromatic Colors of #3F1459
Black with #3F1459
Text Example
Text Example
White with #3F1459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1459; }
p { color: rgb(63,20,89); }
H1.HeaderClassName
{
color: #3F1459;
}
.AnyTagClassName
{
color: #3F1459;
}
</style>
background-color css
<style>
a { background-color: #3F1459; }
a { background-color: rgb(63,20,89); }
div.DivClassName
{
background-color: #3F1459;
}
.BgClassName
{
background-color: #3F1459;
}
</style>
border-color css
<style>
span { border-color: #3F1459; }
span { border-color: rgb(63,20,89); }
td.TdClassName
{
border-color: #3F1459;
}
.TagClassName
{
border-color: #3F1459;
}
</style>