Shades of Scarlet Gum #3F0D57
Tints of Scarlet Gum #3F0D57
RGB
CMYK
RGB Variations
Color information
#3F0D57 (or 0x3F0D57) is known color: Scarlet Gum. HEX triplet: 3F, 0D and 57. RGB value is (63,13,87). Sum of RGB (Red+Green+Blue) = 63+13+87=163 (21% of max value = 765). Red value is 63 (25% from 255 or 38.65% from 163); Green value is 13 (5.47% from 255 or 7.98% from 163); Blue value is 87 (34.38% from 255 or 53.37% from 163); Max value from RGB is 87 - color contains mainly: blue. Hex color #3F0D57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0D57 is #C0F2A8. Grayscale: #242424. Windows color (decimal): -12645033 or 5705023. OLE color: 5705023.
HSL color Cylindrical-coordinate representation of color #3F0D57: hue angle of 280.54º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3F0D57 is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 63 | 13 | 87 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.66 |
| HSL | 280.54º | 0.74% | 0.2% | - |
| HSV(B) | 280.54º | 0.85% | 0.34% | - |
| XYZ | 3.91 | 2.03 | 9.2 | - |
| YUV | 36.39 | 156.57 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 13 | 87 | 0.28 | 0.85 | 0 | 0.66 | 280.54 | 0.74 | 0.2 |
| Hex | 3F | D | 57 | 1C | 55 | 0 | 42 | 119 | 4A | 14 |
| Octal | 77 | 15 | 127 | 34 | 125 | 0 | 102 | 431 | 112 | 24 |
| Binary | 111111 | 1101 | 1010111 | 11100 | 1010101 | 0 | 1000010 | 100011001 | 1001010 | 10100 |
Color Harmonies of #3F0D57
Complementary color
Monochromatic Colors of #3F0D57
Black with #3F0D57
Text Example
Text Example
White with #3F0D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0D57; }
p { color: rgb(63,13,87); }
H1.HeaderClassName
{
color: #3F0D57;
}
.AnyTagClassName
{
color: #3F0D57;
}
</style>
background-color css
<style>
a { background-color: #3F0D57; }
a { background-color: rgb(63,13,87); }
div.DivClassName
{
background-color: #3F0D57;
}
.BgClassName
{
background-color: #3F0D57;
}
</style>
border-color css
<style>
span { border-color: #3F0D57; }
span { border-color: rgb(63,13,87); }
td.TdClassName
{
border-color: #3F0D57;
}
.TagClassName
{
border-color: #3F0D57;
}
</style>