Shades of Scarlet Gum #3F1753
Tints of Scarlet Gum #3F1753
RGB
CMYK
RGB Variations
Color information
#3F1753 (or 0x3F1753) is known color: Scarlet Gum. HEX triplet: 3F, 17 and 53. RGB value is (63,23,83). Sum of RGB (Red+Green+Blue) = 63+23+83=169 (22% of max value = 765). Red value is 63 (25% from 255 or 37.28% from 169); Green value is 23 (9.38% from 255 or 13.61% from 169); Blue value is 83 (32.81% from 255 or 49.11% from 169); Max value from RGB is 83 - color contains mainly: blue. Hex color #3F1753 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1753 is #C0E8AC. Grayscale: #292929. Windows color (decimal): -12642477 or 5445439. OLE color: 5445439.
HSL color Cylindrical-coordinate representation of color #3F1753: hue angle of 280º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F1753 is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 23 | 83 | - |
| CMYK | 0.24 | 0.72 | 0 | 0.67 |
| HSL | 280º | 0.57% | 0.21% | - |
| HSV(B) | 280º | 0.72% | 0.33% | - |
| XYZ | 3.92 | 2.29 | 8.42 | - |
| YUV | 41.8 | 151.25 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 23 | 83 | 0.24 | 0.72 | 0 | 0.67 | 280 | 0.57 | 0.21 |
| Hex | 3F | 17 | 53 | 18 | 48 | 0 | 43 | 118 | 39 | 15 |
| Octal | 77 | 27 | 123 | 30 | 110 | 0 | 103 | 430 | 71 | 25 |
| Binary | 111111 | 10111 | 1010011 | 11000 | 1001000 | 0 | 1000011 | 100011000 | 111001 | 10101 |
Color Harmonies of #3F1753
Complementary color
Monochromatic Colors of #3F1753
Black with #3F1753
Text Example
Text Example
White with #3F1753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1753; }
p { color: rgb(63,23,83); }
H1.HeaderClassName
{
color: #3F1753;
}
.AnyTagClassName
{
color: #3F1753;
}
</style>
background-color css
<style>
a { background-color: #3F1753; }
a { background-color: rgb(63,23,83); }
div.DivClassName
{
background-color: #3F1753;
}
.BgClassName
{
background-color: #3F1753;
}
</style>
border-color css
<style>
span { border-color: #3F1753; }
span { border-color: rgb(63,23,83); }
td.TdClassName
{
border-color: #3F1753;
}
.TagClassName
{
border-color: #3F1753;
}
</style>