Shades of Scarlet Gum #3F1256
Tints of Scarlet Gum #3F1256
RGB
CMYK
RGB Variations
Color information
#3F1256 (or 0x3F1256) is known color: Scarlet Gum. HEX triplet: 3F, 12 and 56. RGB value is (63,18,86). Sum of RGB (Red+Green+Blue) = 63+18+86=167 (22% of max value = 765). Red value is 63 (25% from 255 or 37.72% from 167); Green value is 18 (7.42% from 255 or 10.78% from 167); Blue value is 86 (33.98% from 255 or 51.50% from 167); Max value from RGB is 86 - color contains mainly: blue. Hex color #3F1256 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1256 is #C0EDA9. Grayscale: #262626. Windows color (decimal): -12643754 or 5640767. OLE color: 5640767.
HSL color Cylindrical-coordinate representation of color #3F1256: hue angle of 279.71º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F1256 is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 63 | 18 | 86 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.66 |
| HSL | 279.71º | 0.65% | 0.2% | - |
| HSV(B) | 279.71º | 0.79% | 0.34% | - |
| XYZ | 3.95 | 2.16 | 9.01 | - |
| YUV | 39.21 | 154.41 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 18 | 86 | 0.27 | 0.79 | 0 | 0.66 | 279.71 | 0.65 | 0.2 |
| Hex | 3F | 12 | 56 | 1B | 4F | 0 | 42 | 118 | 41 | 14 |
| Octal | 77 | 22 | 126 | 33 | 117 | 0 | 102 | 430 | 101 | 24 |
| Binary | 111111 | 10010 | 1010110 | 11011 | 1001111 | 0 | 1000010 | 100011000 | 1000001 | 10100 |
Color Harmonies of #3F1256
Complementary color
Monochromatic Colors of #3F1256
Black with #3F1256
Text Example
Text Example
White with #3F1256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1256; }
p { color: rgb(63,18,86); }
H1.HeaderClassName
{
color: #3F1256;
}
.AnyTagClassName
{
color: #3F1256;
}
</style>
background-color css
<style>
a { background-color: #3F1256; }
a { background-color: rgb(63,18,86); }
div.DivClassName
{
background-color: #3F1256;
}
.BgClassName
{
background-color: #3F1256;
}
</style>
border-color css
<style>
span { border-color: #3F1256; }
span { border-color: rgb(63,18,86); }
td.TdClassName
{
border-color: #3F1256;
}
.TagClassName
{
border-color: #3F1256;
}
</style>