Shades of Scarlet Gum #421255
Tints of Scarlet Gum #421255
RGB
CMYK
RGB Variations
Color information
#421255 (or 0x421255) is known color: Scarlet Gum. HEX triplet: 42, 12 and 55. RGB value is (66,18,85). Sum of RGB (Red+Green+Blue) = 66+18+85=169 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.05% from 169); Green value is 18 (7.42% from 255 or 10.65% from 169); Blue value is 85 (33.59% from 255 or 50.30% from 169); Max value from RGB is 85 - color contains mainly: blue. Hex color #421255 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421255 is #BDEDAA. Grayscale: #272727. Windows color (decimal): -12447147 or 5575234. OLE color: 5575234.
HSL color Cylindrical-coordinate representation of color #421255: hue angle of 282.99º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #421255 is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 18 | 85 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.67 |
| HSL | 282.99º | 0.65% | 0.2% | - |
| HSV(B) | 282.99º | 0.79% | 0.33% | - |
| XYZ | 4.1 | 2.25 | 8.81 | - |
| YUV | 39.99 | 153.4 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 18 | 85 | 0.22 | 0.79 | 0 | 0.67 | 282.99 | 0.65 | 0.2 |
| Hex | 42 | 12 | 55 | 16 | 4F | 0 | 43 | 11B | 41 | 14 |
| Octal | 102 | 22 | 125 | 26 | 117 | 0 | 103 | 433 | 101 | 24 |
| Binary | 1000010 | 10010 | 1010101 | 10110 | 1001111 | 0 | 1000011 | 100011011 | 1000001 | 10100 |
Color Harmonies of #421255
Complementary color
Monochromatic Colors of #421255
Black with #421255
Text Example
Text Example
White with #421255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421255; }
p { color: rgb(66,18,85); }
H1.HeaderClassName
{
color: #421255;
}
.AnyTagClassName
{
color: #421255;
}
</style>
background-color css
<style>
a { background-color: #421255; }
a { background-color: rgb(66,18,85); }
div.DivClassName
{
background-color: #421255;
}
.BgClassName
{
background-color: #421255;
}
</style>
border-color css
<style>
span { border-color: #421255; }
span { border-color: rgb(66,18,85); }
td.TdClassName
{
border-color: #421255;
}
.TagClassName
{
border-color: #421255;
}
</style>