Shades of Scarlet Gum #3F1650
Tints of Scarlet Gum #3F1650
RGB
CMYK
RGB Variations
Color information
#3F1650 (or 0x3F1650) is known color: Scarlet Gum. HEX triplet: 3F, 16 and 50. RGB value is (63,22,80). Sum of RGB (Red+Green+Blue) = 63+22+80=165 (21% of max value = 765). Red value is 63 (25% from 255 or 38.18% from 165); Green value is 22 (8.98% from 255 or 13.33% from 165); Blue value is 80 (31.64% from 255 or 48.48% from 165); Max value from RGB is 80 - color contains mainly: blue. Hex color #3F1650 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1650 is #C0E9AF. Grayscale: #282828. Windows color (decimal): -12642736 or 5248575. OLE color: 5248575.
HSL color Cylindrical-coordinate representation of color #3F1650: hue angle of 282.41º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F1650 is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 22 | 80 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.69 |
| HSL | 282.41º | 0.57% | 0.2% | - |
| HSV(B) | 282.41º | 0.73% | 0.31% | - |
| XYZ | 3.78 | 2.21 | 7.82 | - |
| YUV | 40.87 | 150.08 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 22 | 80 | 0.21 | 0.72 | 0 | 0.69 | 282.41 | 0.57 | 0.2 |
| Hex | 3F | 16 | 50 | 15 | 48 | 0 | 45 | 11A | 39 | 14 |
| Octal | 77 | 26 | 120 | 25 | 110 | 0 | 105 | 432 | 71 | 24 |
| Binary | 111111 | 10110 | 1010000 | 10101 | 1001000 | 0 | 1000101 | 100011010 | 111001 | 10100 |
Color Harmonies of #3F1650
Complementary color
Monochromatic Colors of #3F1650
Black with #3F1650
Text Example
Text Example
White with #3F1650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1650; }
p { color: rgb(63,22,80); }
H1.HeaderClassName
{
color: #3F1650;
}
.AnyTagClassName
{
color: #3F1650;
}
</style>
background-color css
<style>
a { background-color: #3F1650; }
a { background-color: rgb(63,22,80); }
div.DivClassName
{
background-color: #3F1650;
}
.BgClassName
{
background-color: #3F1650;
}
</style>
border-color css
<style>
span { border-color: #3F1650; }
span { border-color: rgb(63,22,80); }
td.TdClassName
{
border-color: #3F1650;
}
.TagClassName
{
border-color: #3F1650;
}
</style>