Shades of Scarlet Gum #420D5B
Tints of Scarlet Gum #420D5B
RGB
CMYK
RGB Variations
Color information
#420D5B (or 0x420D5B) is known color: Scarlet Gum. HEX triplet: 42, 0D and 5B. RGB value is (66,13,91). Sum of RGB (Red+Green+Blue) = 66+13+91=170 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.82% from 170); Green value is 13 (5.47% from 255 or 7.65% from 170); Blue value is 91 (35.94% from 255 or 53.53% from 170); Max value from RGB is 91 - color contains mainly: blue. Hex color #420D5B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420D5B is #BDF2A4. Grayscale: #252525. Windows color (decimal): -12448421 or 5967170. OLE color: 5967170.
HSL color Cylindrical-coordinate representation of color #420D5B: hue angle of 280.77º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #420D5B is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 13 | 91 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.64 |
| HSL | 280.77º | 0.75% | 0.2% | - |
| HSV(B) | 280.77º | 0.86% | 0.36% | - |
| XYZ | 4.28 | 2.2 | 10.1 | - |
| YUV | 37.74 | 158.06 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 13 | 91 | 0.27 | 0.86 | 0 | 0.64 | 280.77 | 0.75 | 0.2 |
| Hex | 42 | D | 5B | 1B | 56 | 0 | 40 | 119 | 4B | 14 |
| Octal | 102 | 15 | 133 | 33 | 126 | 0 | 100 | 431 | 113 | 24 |
| Binary | 1000010 | 1101 | 1011011 | 11011 | 1010110 | 0 | 1000000 | 100011001 | 1001011 | 10100 |
Color Harmonies of #420D5B
Complementary color
Monochromatic Colors of #420D5B
Black with #420D5B
Text Example
Text Example
White with #420D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420D5B; }
p { color: rgb(66,13,91); }
H1.HeaderClassName
{
color: #420D5B;
}
.AnyTagClassName
{
color: #420D5B;
}
</style>
background-color css
<style>
a { background-color: #420D5B; }
a { background-color: rgb(66,13,91); }
div.DivClassName
{
background-color: #420D5B;
}
.BgClassName
{
background-color: #420D5B;
}
</style>
border-color css
<style>
span { border-color: #420D5B; }
span { border-color: rgb(66,13,91); }
td.TdClassName
{
border-color: #420D5B;
}
.TagClassName
{
border-color: #420D5B;
}
</style>