Shades of Scarlet Gum #3F1452
Tints of Scarlet Gum #3F1452
RGB
CMYK
RGB Variations
Color information
#3F1452 (or 0x3F1452) is known color: Scarlet Gum. HEX triplet: 3F, 14 and 52. RGB value is (63,20,82). Sum of RGB (Red+Green+Blue) = 63+20+82=165 (21% of max value = 765). Red value is 63 (25% from 255 or 38.18% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 82 (32.42% from 255 or 49.70% from 165); Max value from RGB is 82 - color contains mainly: blue. Hex color #3F1452 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1452 is #C0EBAD. Grayscale: #272727. Windows color (decimal): -12643246 or 5379135. OLE color: 5379135.
HSL color Cylindrical-coordinate representation of color #3F1452: hue angle of 281.61º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F1452 is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 63 | 20 | 82 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.68 |
| HSL | 281.61º | 0.61% | 0.2% | - |
| HSV(B) | 281.61º | 0.76% | 0.32% | - |
| XYZ | 3.82 | 2.17 | 8.2 | - |
| YUV | 39.93 | 151.75 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 20 | 82 | 0.23 | 0.76 | 0 | 0.68 | 281.61 | 0.61 | 0.2 |
| Hex | 3F | 14 | 52 | 17 | 4C | 0 | 44 | 11A | 3D | 14 |
| Octal | 77 | 24 | 122 | 27 | 114 | 0 | 104 | 432 | 75 | 24 |
| Binary | 111111 | 10100 | 1010010 | 10111 | 1001100 | 0 | 1000100 | 100011010 | 111101 | 10100 |
Color Harmonies of #3F1452
Complementary color
Monochromatic Colors of #3F1452
Black with #3F1452
Text Example
Text Example
White with #3F1452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1452; }
p { color: rgb(63,20,82); }
H1.HeaderClassName
{
color: #3F1452;
}
.AnyTagClassName
{
color: #3F1452;
}
</style>
background-color css
<style>
a { background-color: #3F1452; }
a { background-color: rgb(63,20,82); }
div.DivClassName
{
background-color: #3F1452;
}
.BgClassName
{
background-color: #3F1452;
}
</style>
border-color css
<style>
span { border-color: #3F1452; }
span { border-color: rgb(63,20,82); }
td.TdClassName
{
border-color: #3F1452;
}
.TagClassName
{
border-color: #3F1452;
}
</style>