Shades of Scarlet Gum #421555
Tints of Scarlet Gum #421555
RGB
CMYK
RGB Variations
Color information
#421555 (or 0x421555) is known color: Scarlet Gum. HEX triplet: 42, 15 and 55. RGB value is (66,21,85). Sum of RGB (Red+Green+Blue) = 66+21+85=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 85 (33.59% from 255 or 49.42% from 172); Max value from RGB is 85 - color contains mainly: blue. Hex color #421555 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421555 is #BDEAAA. Grayscale: #292929. Windows color (decimal): -12446379 or 5576002. OLE color: 5576002.
HSL color Cylindrical-coordinate representation of color #421555: hue angle of 282.19º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #421555 is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 21 | 85 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.67 |
| HSL | 282.19º | 0.6% | 0.21% | - |
| HSV(B) | 282.19º | 0.75% | 0.33% | - |
| XYZ | 4.15 | 2.35 | 8.83 | - |
| YUV | 41.75 | 152.41 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 21 | 85 | 0.22 | 0.75 | 0 | 0.67 | 282.19 | 0.6 | 0.21 |
| Hex | 42 | 15 | 55 | 16 | 4B | 0 | 43 | 11A | 3C | 15 |
| Octal | 102 | 25 | 125 | 26 | 113 | 0 | 103 | 432 | 74 | 25 |
| Binary | 1000010 | 10101 | 1010101 | 10110 | 1001011 | 0 | 1000011 | 100011010 | 111100 | 10101 |
Color Harmonies of #421555
Complementary color
Monochromatic Colors of #421555
Black with #421555
Text Example
Text Example
White with #421555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421555; }
p { color: rgb(66,21,85); }
H1.HeaderClassName
{
color: #421555;
}
.AnyTagClassName
{
color: #421555;
}
</style>
background-color css
<style>
a { background-color: #421555; }
a { background-color: rgb(66,21,85); }
div.DivClassName
{
background-color: #421555;
}
.BgClassName
{
background-color: #421555;
}
</style>
border-color css
<style>
span { border-color: #421555; }
span { border-color: rgb(66,21,85); }
td.TdClassName
{
border-color: #421555;
}
.TagClassName
{
border-color: #421555;
}
</style>