Shades of Scarlet Gum #430D53
Tints of Scarlet Gum #430D53
RGB
CMYK
RGB Variations
Color information
#430D53 (or 0x430D53) is known color: Scarlet Gum. HEX triplet: 43, 0D and 53. RGB value is (67,13,83). Sum of RGB (Red+Green+Blue) = 67+13+83=163 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.10% from 163); Green value is 13 (5.47% from 255 or 7.98% from 163); Blue value is 83 (32.81% from 255 or 50.92% from 163); Max value from RGB is 83 - color contains mainly: blue. Hex color #430D53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430D53 is #BCF2AC. Grayscale: #242424. Windows color (decimal): -12382893 or 5442883. OLE color: 5442883.
HSL color Cylindrical-coordinate representation of color #430D53: hue angle of 286.29º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #430D53 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 13 | 83 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.67 |
| HSL | 286.29º | 0.73% | 0.19% | - |
| HSV(B) | 286.29º | 0.84% | 0.33% | - |
| XYZ | 4.02 | 2.11 | 8.38 | - |
| YUV | 37.13 | 153.89 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 83 | 0.19 | 0.84 | 0 | 0.67 | 286.29 | 0.73 | 0.19 |
| Hex | 43 | D | 53 | 13 | 54 | 0 | 43 | 11E | 49 | 13 |
| Octal | 103 | 15 | 123 | 23 | 124 | 0 | 103 | 436 | 111 | 23 |
| Binary | 1000011 | 1101 | 1010011 | 10011 | 1010100 | 0 | 1000011 | 100011110 | 1001001 | 10011 |
Color Harmonies of #430D53
Complementary color
Monochromatic Colors of #430D53
Black with #430D53
Text Example
Text Example
White with #430D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430D53; }
p { color: rgb(67,13,83); }
H1.HeaderClassName
{
color: #430D53;
}
.AnyTagClassName
{
color: #430D53;
}
</style>
background-color css
<style>
a { background-color: #430D53; }
a { background-color: rgb(67,13,83); }
div.DivClassName
{
background-color: #430D53;
}
.BgClassName
{
background-color: #430D53;
}
</style>
border-color css
<style>
span { border-color: #430D53; }
span { border-color: rgb(67,13,83); }
td.TdClassName
{
border-color: #430D53;
}
.TagClassName
{
border-color: #430D53;
}
</style>