Shades of Scarlet Gum #3F1454
Tints of Scarlet Gum #3F1454
RGB
CMYK
RGB Variations
Color information
#3F1454 (or 0x3F1454) is known color: Scarlet Gum. HEX triplet: 3F, 14 and 54. RGB value is (63,20,84). Sum of RGB (Red+Green+Blue) = 63+20+84=167 (22% of max value = 765). Red value is 63 (25% from 255 or 37.72% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 84 (33.20% from 255 or 50.30% from 167); Max value from RGB is 84 - color contains mainly: blue. Hex color #3F1454 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1454 is #C0EBAB. Grayscale: #272727. Windows color (decimal): -12643244 or 5510207. OLE color: 5510207.
HSL color Cylindrical-coordinate representation of color #3F1454: hue angle of 280.31º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F1454 is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 20 | 84 | - |
| CMYK | 0.25 | 0.76 | 0 | 0.67 |
| HSL | 280.31º | 0.62% | 0.2% | - |
| HSV(B) | 280.31º | 0.76% | 0.33% | - |
| XYZ | 3.9 | 2.2 | 8.61 | - |
| YUV | 40.15 | 152.75 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 20 | 84 | 0.25 | 0.76 | 0 | 0.67 | 280.31 | 0.62 | 0.2 |
| Hex | 3F | 14 | 54 | 19 | 4C | 0 | 43 | 118 | 3E | 14 |
| Octal | 77 | 24 | 124 | 31 | 114 | 0 | 103 | 430 | 76 | 24 |
| Binary | 111111 | 10100 | 1010100 | 11001 | 1001100 | 0 | 1000011 | 100011000 | 111110 | 10100 |
Color Harmonies of #3F1454
Complementary color
Monochromatic Colors of #3F1454
Black with #3F1454
Text Example
Text Example
White with #3F1454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1454; }
p { color: rgb(63,20,84); }
H1.HeaderClassName
{
color: #3F1454;
}
.AnyTagClassName
{
color: #3F1454;
}
</style>
background-color css
<style>
a { background-color: #3F1454; }
a { background-color: rgb(63,20,84); }
div.DivClassName
{
background-color: #3F1454;
}
.BgClassName
{
background-color: #3F1454;
}
</style>
border-color css
<style>
span { border-color: #3F1454; }
span { border-color: rgb(63,20,84); }
td.TdClassName
{
border-color: #3F1454;
}
.TagClassName
{
border-color: #3F1454;
}
</style>