Shades of Scarlet Gum #431B50
Tints of Scarlet Gum #431B50
RGB
CMYK
RGB Variations
Color information
#431B50 (or 0x431B50) is known color: Scarlet Gum. HEX triplet: 43, 1B and 50. RGB value is (67,27,80). Sum of RGB (Red+Green+Blue) = 67+27+80=174 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.51% from 174); Green value is 27 (10.94% from 255 or 15.52% from 174); Blue value is 80 (31.64% from 255 or 45.98% from 174); Max value from RGB is 80 - color contains mainly: blue. Hex color #431B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431B50 is #BCE4AF. Grayscale: #2C2C2C. Windows color (decimal): -12379312 or 5249859. OLE color: 5249859.
HSL color Cylindrical-coordinate representation of color #431B50: hue angle of 285.28º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #431B50 is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 67 | 27 | 80 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.69 |
| HSL | 285.28º | 0.5% | 0.21% | - |
| HSV(B) | 285.28º | 0.66% | 0.31% | - |
| XYZ | 4.15 | 2.56 | 7.86 | - |
| YUV | 45 | 147.75 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 27 | 80 | 0.16 | 0.66 | 0 | 0.69 | 285.28 | 0.5 | 0.21 |
| Hex | 43 | 1B | 50 | 10 | 42 | 0 | 45 | 11D | 32 | 15 |
| Octal | 103 | 33 | 120 | 20 | 102 | 0 | 105 | 435 | 62 | 25 |
| Binary | 1000011 | 11011 | 1010000 | 10000 | 1000010 | 0 | 1000101 | 100011101 | 110010 | 10101 |
Color Harmonies of #431B50
Complementary color
Monochromatic Colors of #431B50
Black with #431B50
Text Example
Text Example
White with #431B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431B50; }
p { color: rgb(67,27,80); }
H1.HeaderClassName
{
color: #431B50;
}
.AnyTagClassName
{
color: #431B50;
}
</style>
background-color css
<style>
a { background-color: #431B50; }
a { background-color: rgb(67,27,80); }
div.DivClassName
{
background-color: #431B50;
}
.BgClassName
{
background-color: #431B50;
}
</style>
border-color css
<style>
span { border-color: #431B50; }
span { border-color: rgb(67,27,80); }
td.TdClassName
{
border-color: #431B50;
}
.TagClassName
{
border-color: #431B50;
}
</style>