Shades of Scarlet Gum #430D51
Tints of Scarlet Gum #430D51
RGB
CMYK
RGB Variations
Color information
#430D51 (or 0x430D51) is known color: Scarlet Gum. HEX triplet: 43, 0D and 51. RGB value is (67,13,81). Sum of RGB (Red+Green+Blue) = 67+13+81=161 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.61% from 161); Green value is 13 (5.47% from 255 or 8.07% from 161); Blue value is 81 (32.03% from 255 or 50.31% from 161); Max value from RGB is 81 - color contains mainly: blue. Hex color #430D51 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430D51 is #BCF2AE. Grayscale: #242424. Windows color (decimal): -12382895 or 5311811. OLE color: 5311811.
HSL color Cylindrical-coordinate representation of color #430D51: hue angle of 287.65º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #430D51 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 67 | 13 | 81 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.68 |
| HSL | 287.65º | 0.72% | 0.18% | - |
| HSV(B) | 287.65º | 0.84% | 0.32% | - |
| XYZ | 3.94 | 2.08 | 7.98 | - |
| YUV | 36.9 | 152.89 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 81 | 0.17 | 0.84 | 0 | 0.68 | 287.65 | 0.72 | 0.18 |
| Hex | 43 | D | 51 | 11 | 54 | 0 | 44 | 120 | 48 | 12 |
| Octal | 103 | 15 | 121 | 21 | 124 | 0 | 104 | 440 | 110 | 22 |
| Binary | 1000011 | 1101 | 1010001 | 10001 | 1010100 | 0 | 1000100 | 100100000 | 1001000 | 10010 |
Color Harmonies of #430D51
Complementary color
Monochromatic Colors of #430D51
Black with #430D51
Text Example
Text Example
White with #430D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430D51; }
p { color: rgb(67,13,81); }
H1.HeaderClassName
{
color: #430D51;
}
.AnyTagClassName
{
color: #430D51;
}
</style>
background-color css
<style>
a { background-color: #430D51; }
a { background-color: rgb(67,13,81); }
div.DivClassName
{
background-color: #430D51;
}
.BgClassName
{
background-color: #430D51;
}
</style>
border-color css
<style>
span { border-color: #430D51; }
span { border-color: rgb(67,13,81); }
td.TdClassName
{
border-color: #430D51;
}
.TagClassName
{
border-color: #430D51;
}
</style>