Shades of Scarlet Gum #431D59
Tints of Scarlet Gum #431D59
RGB
CMYK
RGB Variations
Color information
#431D59 (or 0x431D59) is known color: Scarlet Gum. HEX triplet: 43, 1D and 59. RGB value is (67,29,89). Sum of RGB (Red+Green+Blue) = 67+29+89=185 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.22% from 185); Green value is 29 (11.72% from 255 or 15.68% from 185); Blue value is 89 (35.16% from 255 or 48.11% from 185); Max value from RGB is 89 - color contains mainly: blue. Hex color #431D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431D59 is #BCE2A6. Grayscale: #2E2E2E. Windows color (decimal): -12378791 or 5840195. OLE color: 5840195.
HSL color Cylindrical-coordinate representation of color #431D59: hue angle of 278º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #431D59 is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 67 | 29 | 89 | - |
| CMYK | 0.25 | 0.67 | 0 | 0.65 |
| HSL | 278º | 0.51% | 0.23% | - |
| HSV(B) | 278º | 0.67% | 0.35% | - |
| XYZ | 4.56 | 2.79 | 9.75 | - |
| YUV | 47.2 | 151.59 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 29 | 89 | 0.25 | 0.67 | 0 | 0.65 | 278 | 0.51 | 0.23 |
| Hex | 43 | 1D | 59 | 19 | 43 | 0 | 41 | 116 | 33 | 17 |
| Octal | 103 | 35 | 131 | 31 | 103 | 0 | 101 | 426 | 63 | 27 |
| Binary | 1000011 | 11101 | 1011001 | 11001 | 1000011 | 0 | 1000001 | 100010110 | 110011 | 10111 |
Color Harmonies of #431D59
Complementary color
Monochromatic Colors of #431D59
Black with #431D59
Text Example
Text Example
White with #431D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431D59; }
p { color: rgb(67,29,89); }
H1.HeaderClassName
{
color: #431D59;
}
.AnyTagClassName
{
color: #431D59;
}
</style>
background-color css
<style>
a { background-color: #431D59; }
a { background-color: rgb(67,29,89); }
div.DivClassName
{
background-color: #431D59;
}
.BgClassName
{
background-color: #431D59;
}
</style>
border-color css
<style>
span { border-color: #431D59; }
span { border-color: rgb(67,29,89); }
td.TdClassName
{
border-color: #431D59;
}
.TagClassName
{
border-color: #431D59;
}
</style>