Shades of Scarlet Gum #430A59
Tints of Scarlet Gum #430A59
RGB
CMYK
RGB Variations
Color information
#430A59 (or 0x430A59) is known color: Scarlet Gum. HEX triplet: 43, 0A and 59. RGB value is (67,10,89). Sum of RGB (Red+Green+Blue) = 67+10+89=166 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.36% from 166); Green value is 10 (4.30% from 255 or 6.02% from 166); Blue value is 89 (35.16% from 255 or 53.61% from 166); Max value from RGB is 89 - color contains mainly: blue. Hex color #430A59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430A59 is #BCF5A6. Grayscale: #232323. Windows color (decimal): -12383655 or 5835331. OLE color: 5835331.
HSL color Cylindrical-coordinate representation of color #430A59: hue angle of 283.29º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #430A59 is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 67 | 10 | 89 | - |
| CMYK | 0.25 | 0.89 | 0 | 0.65 |
| HSL | 283.29º | 0.8% | 0.19% | - |
| HSV(B) | 283.29º | 0.89% | 0.35% | - |
| XYZ | 4.23 | 2.13 | 9.64 | - |
| YUV | 36.05 | 157.88 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 10 | 89 | 0.25 | 0.89 | 0 | 0.65 | 283.29 | 0.8 | 0.19 |
| Hex | 43 | A | 59 | 19 | 59 | 0 | 41 | 11B | 50 | 13 |
| Octal | 103 | 12 | 131 | 31 | 131 | 0 | 101 | 433 | 120 | 23 |
| Binary | 1000011 | 1010 | 1011001 | 11001 | 1011001 | 0 | 1000001 | 100011011 | 1010000 | 10011 |
Color Harmonies of #430A59
Complementary color
Monochromatic Colors of #430A59
Black with #430A59
Text Example
Text Example
White with #430A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430A59; }
p { color: rgb(67,10,89); }
H1.HeaderClassName
{
color: #430A59;
}
.AnyTagClassName
{
color: #430A59;
}
</style>
background-color css
<style>
a { background-color: #430A59; }
a { background-color: rgb(67,10,89); }
div.DivClassName
{
background-color: #430A59;
}
.BgClassName
{
background-color: #430A59;
}
</style>
border-color css
<style>
span { border-color: #430A59; }
span { border-color: rgb(67,10,89); }
td.TdClassName
{
border-color: #430A59;
}
.TagClassName
{
border-color: #430A59;
}
</style>