Shades of Scarlet Gum #3F1254
Tints of Scarlet Gum #3F1254
RGB
CMYK
RGB Variations
Color information
#3F1254 (or 0x3F1254) is known color: Scarlet Gum. HEX triplet: 3F, 12 and 54. RGB value is (63,18,84). Sum of RGB (Red+Green+Blue) = 63+18+84=165 (21% of max value = 765). Red value is 63 (25% from 255 or 38.18% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 84 (33.20% from 255 or 50.91% from 165); Max value from RGB is 84 - color contains mainly: blue. Hex color #3F1254 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1254 is #C0EDAB. Grayscale: #262626. Windows color (decimal): -12643756 or 5509695. OLE color: 5509695.
HSL color Cylindrical-coordinate representation of color #3F1254: hue angle of 280.91º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F1254 is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 18 | 84 | - |
| CMYK | 0.25 | 0.79 | 0 | 0.67 |
| HSL | 280.91º | 0.65% | 0.2% | - |
| HSV(B) | 280.91º | 0.79% | 0.33% | - |
| XYZ | 3.87 | 2.13 | 8.59 | - |
| YUV | 38.98 | 153.41 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 18 | 84 | 0.25 | 0.79 | 0 | 0.67 | 280.91 | 0.65 | 0.2 |
| Hex | 3F | 12 | 54 | 19 | 4F | 0 | 43 | 119 | 41 | 14 |
| Octal | 77 | 22 | 124 | 31 | 117 | 0 | 103 | 431 | 101 | 24 |
| Binary | 111111 | 10010 | 1010100 | 11001 | 1001111 | 0 | 1000011 | 100011001 | 1000001 | 10100 |
Color Harmonies of #3F1254
Complementary color
Monochromatic Colors of #3F1254
Black with #3F1254
Text Example
Text Example
White with #3F1254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1254; }
p { color: rgb(63,18,84); }
H1.HeaderClassName
{
color: #3F1254;
}
.AnyTagClassName
{
color: #3F1254;
}
</style>
background-color css
<style>
a { background-color: #3F1254; }
a { background-color: rgb(63,18,84); }
div.DivClassName
{
background-color: #3F1254;
}
.BgClassName
{
background-color: #3F1254;
}
</style>
border-color css
<style>
span { border-color: #3F1254; }
span { border-color: rgb(63,18,84); }
td.TdClassName
{
border-color: #3F1254;
}
.TagClassName
{
border-color: #3F1254;
}
</style>