Shades of Scarlet Gum #421153
Tints of Scarlet Gum #421153
RGB
CMYK
RGB Variations
Color information
#421153 (or 0x421153) is known color: Scarlet Gum. HEX triplet: 42, 11 and 53. RGB value is (66,17,83). Sum of RGB (Red+Green+Blue) = 66+17+83=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #421153 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421153 is #BDEEAC. Grayscale: #262626. Windows color (decimal): -12447405 or 5443906. OLE color: 5443906.
HSL color Cylindrical-coordinate representation of color #421153: hue angle of 284.55º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #421153 is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 17 | 83 | - |
| CMYK | 0.20 | 0.80 | 0 | 0.67 |
| HSL | 284.55º | 0.66% | 0.2% | - |
| HSV(B) | 284.55º | 0.8% | 0.33% | - |
| XYZ | 4.01 | 2.18 | 8.39 | - |
| YUV | 39.18 | 152.73 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 17 | 83 | 0.20 | 0.80 | 0 | 0.67 | 284.55 | 0.66 | 0.2 |
| Hex | 42 | 11 | 53 | 14 | 50 | 0 | 43 | 11D | 42 | 14 |
| Octal | 102 | 21 | 123 | 24 | 120 | 0 | 103 | 435 | 102 | 24 |
| Binary | 1000010 | 10001 | 1010011 | 10100 | 1010000 | 0 | 1000011 | 100011101 | 1000010 | 10100 |
Color Harmonies of #421153
Complementary color
Monochromatic Colors of #421153
Black with #421153
Text Example
Text Example
White with #421153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421153; }
p { color: rgb(66,17,83); }
H1.HeaderClassName
{
color: #421153;
}
.AnyTagClassName
{
color: #421153;
}
</style>
background-color css
<style>
a { background-color: #421153; }
a { background-color: rgb(66,17,83); }
div.DivClassName
{
background-color: #421153;
}
.BgClassName
{
background-color: #421153;
}
</style>
border-color css
<style>
span { border-color: #421153; }
span { border-color: rgb(66,17,83); }
td.TdClassName
{
border-color: #421153;
}
.TagClassName
{
border-color: #421153;
}
</style>