Shades of Scarlet Gum #431F50
Tints of Scarlet Gum #431F50
RGB
CMYK
RGB Variations
Color information
#431F50 (or 0x431F50) is known color: Scarlet Gum. HEX triplet: 43, 1F and 50. RGB value is (67,31,80). Sum of RGB (Red+Green+Blue) = 67+31+80=178 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.64% from 178); Green value is 31 (12.5% from 255 or 17.42% from 178); Blue value is 80 (31.64% from 255 or 44.94% from 178); Max value from RGB is 80 - color contains mainly: blue. Hex color #431F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431F50 is #BCE0AF. Grayscale: #2F2F2F. Windows color (decimal): -12378288 or 5250883. OLE color: 5250883.
HSL color Cylindrical-coordinate representation of color #431F50: hue angle of 284.08º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #431F50 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 67 | 31 | 80 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.69 |
| HSL | 284.08º | 0.44% | 0.22% | - |
| HSV(B) | 284.08º | 0.61% | 0.31% | - |
| XYZ | 4.25 | 2.75 | 7.9 | - |
| YUV | 47.35 | 146.43 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 31 | 80 | 0.16 | 0.61 | 0 | 0.69 | 284.08 | 0.44 | 0.22 |
| Hex | 43 | 1F | 50 | 10 | 3D | 0 | 45 | 11C | 2C | 16 |
| Octal | 103 | 37 | 120 | 20 | 75 | 0 | 105 | 434 | 54 | 26 |
| Binary | 1000011 | 11111 | 1010000 | 10000 | 111101 | 0 | 1000101 | 100011100 | 101100 | 10110 |
Color Harmonies of #431F50
Complementary color
Monochromatic Colors of #431F50
Black with #431F50
Text Example
Text Example
White with #431F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431F50; }
p { color: rgb(67,31,80); }
H1.HeaderClassName
{
color: #431F50;
}
.AnyTagClassName
{
color: #431F50;
}
</style>
background-color css
<style>
a { background-color: #431F50; }
a { background-color: rgb(67,31,80); }
div.DivClassName
{
background-color: #431F50;
}
.BgClassName
{
background-color: #431F50;
}
</style>
border-color css
<style>
span { border-color: #431F50; }
span { border-color: rgb(67,31,80); }
td.TdClassName
{
border-color: #431F50;
}
.TagClassName
{
border-color: #431F50;
}
</style>