Shades of Scarlet Gum #431C50
Tints of Scarlet Gum #431C50
RGB
CMYK
RGB Variations
Color information
#431C50 (or 0x431C50) is known color: Scarlet Gum. HEX triplet: 43, 1C and 50. RGB value is (67,28,80). Sum of RGB (Red+Green+Blue) = 67+28+80=175 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.29% from 175); Green value is 28 (11.33% from 255 or 16% from 175); Blue value is 80 (31.64% from 255 or 45.71% from 175); Max value from RGB is 80 - color contains mainly: blue. Hex color #431C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431C50 is #BCE3AF. Grayscale: #2D2D2D. Windows color (decimal): -12379056 or 5250115. OLE color: 5250115.
HSL color Cylindrical-coordinate representation of color #431C50: hue angle of 285º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #431C50 is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 67 | 28 | 80 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.69 |
| HSL | 285º | 0.48% | 0.21% | - |
| HSV(B) | 285º | 0.65% | 0.31% | - |
| XYZ | 4.18 | 2.6 | 7.87 | - |
| YUV | 45.59 | 147.42 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 28 | 80 | 0.16 | 0.65 | 0 | 0.69 | 285 | 0.48 | 0.21 |
| Hex | 43 | 1C | 50 | 10 | 41 | 0 | 45 | 11D | 30 | 15 |
| Octal | 103 | 34 | 120 | 20 | 101 | 0 | 105 | 435 | 60 | 25 |
| Binary | 1000011 | 11100 | 1010000 | 10000 | 1000001 | 0 | 1000101 | 100011101 | 110000 | 10101 |
Color Harmonies of #431C50
Complementary color
Monochromatic Colors of #431C50
Black with #431C50
Text Example
Text Example
White with #431C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431C50; }
p { color: rgb(67,28,80); }
H1.HeaderClassName
{
color: #431C50;
}
.AnyTagClassName
{
color: #431C50;
}
</style>
background-color css
<style>
a { background-color: #431C50; }
a { background-color: rgb(67,28,80); }
div.DivClassName
{
background-color: #431C50;
}
.BgClassName
{
background-color: #431C50;
}
</style>
border-color css
<style>
span { border-color: #431C50; }
span { border-color: rgb(67,28,80); }
td.TdClassName
{
border-color: #431C50;
}
.TagClassName
{
border-color: #431C50;
}
</style>