Shades of Scarlet Gum #421252
Tints of Scarlet Gum #421252
RGB
CMYK
RGB Variations
Color information
#421252 (or 0x421252) is known color: Scarlet Gum. HEX triplet: 42, 12 and 52. RGB value is (66,18,82). Sum of RGB (Red+Green+Blue) = 66+18+82=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 18 (7.42% from 255 or 10.84% from 166); Blue value is 82 (32.42% from 255 or 49.40% from 166); Max value from RGB is 82 - color contains mainly: blue. Hex color #421252 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421252 is #BDEDAD. Grayscale: #272727. Windows color (decimal): -12447150 or 5378626. OLE color: 5378626.
HSL color Cylindrical-coordinate representation of color #421252: hue angle of 285º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #421252 is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 66 | 18 | 82 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.68 |
| HSL | 285º | 0.64% | 0.2% | - |
| HSV(B) | 285º | 0.78% | 0.32% | - |
| XYZ | 3.99 | 2.2 | 8.2 | - |
| YUV | 39.65 | 151.9 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 18 | 82 | 0.20 | 0.78 | 0 | 0.68 | 285 | 0.64 | 0.2 |
| Hex | 42 | 12 | 52 | 14 | 4E | 0 | 44 | 11D | 40 | 14 |
| Octal | 102 | 22 | 122 | 24 | 116 | 0 | 104 | 435 | 100 | 24 |
| Binary | 1000010 | 10010 | 1010010 | 10100 | 1001110 | 0 | 1000100 | 100011101 | 1000000 | 10100 |
Color Harmonies of #421252
Complementary color
Monochromatic Colors of #421252
Black with #421252
Text Example
Text Example
White with #421252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421252; }
p { color: rgb(66,18,82); }
H1.HeaderClassName
{
color: #421252;
}
.AnyTagClassName
{
color: #421252;
}
</style>
background-color css
<style>
a { background-color: #421252; }
a { background-color: rgb(66,18,82); }
div.DivClassName
{
background-color: #421252;
}
.BgClassName
{
background-color: #421252;
}
</style>
border-color css
<style>
span { border-color: #421252; }
span { border-color: rgb(66,18,82); }
td.TdClassName
{
border-color: #421252;
}
.TagClassName
{
border-color: #421252;
}
</style>