Shades of Scarlet Gum #420D56
Tints of Scarlet Gum #420D56
RGB
CMYK
RGB Variations
Color information
#420D56 (or 0x420D56) is known color: Scarlet Gum. HEX triplet: 42, 0D and 56. RGB value is (66,13,86). Sum of RGB (Red+Green+Blue) = 66+13+86=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 13 (5.47% from 255 or 7.88% from 165); Blue value is 86 (33.98% from 255 or 52.12% from 165); Max value from RGB is 86 - color contains mainly: blue. Hex color #420D56 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420D56 is #BDF2A9. Grayscale: #242424. Windows color (decimal): -12448426 or 5639490. OLE color: 5639490.
HSL color Cylindrical-coordinate representation of color #420D56: hue angle of 283.56º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #420D56 is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 66 | 13 | 86 | - |
| CMYK | 0.23 | 0.85 | 0 | 0.66 |
| HSL | 283.56º | 0.74% | 0.19% | - |
| HSV(B) | 283.56º | 0.85% | 0.34% | - |
| XYZ | 4.07 | 2.12 | 9 | - |
| YUV | 37.17 | 155.56 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 13 | 86 | 0.23 | 0.85 | 0 | 0.66 | 283.56 | 0.74 | 0.19 |
| Hex | 42 | D | 56 | 17 | 55 | 0 | 42 | 11C | 4A | 13 |
| Octal | 102 | 15 | 126 | 27 | 125 | 0 | 102 | 434 | 112 | 23 |
| Binary | 1000010 | 1101 | 1010110 | 10111 | 1010101 | 0 | 1000010 | 100011100 | 1001010 | 10011 |
Color Harmonies of #420D56
Complementary color
Monochromatic Colors of #420D56
Black with #420D56
Text Example
Text Example
White with #420D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420D56; }
p { color: rgb(66,13,86); }
H1.HeaderClassName
{
color: #420D56;
}
.AnyTagClassName
{
color: #420D56;
}
</style>
background-color css
<style>
a { background-color: #420D56; }
a { background-color: rgb(66,13,86); }
div.DivClassName
{
background-color: #420D56;
}
.BgClassName
{
background-color: #420D56;
}
</style>
border-color css
<style>
span { border-color: #420D56; }
span { border-color: rgb(66,13,86); }
td.TdClassName
{
border-color: #420D56;
}
.TagClassName
{
border-color: #420D56;
}
</style>