Shades of Scarlet Gum #432150
Tints of Scarlet Gum #432150
RGB
CMYK
RGB Variations
Color information
#432150 (or 0x432150) is known color: Scarlet Gum. HEX triplet: 43, 21 and 50. RGB value is (67,33,80). Sum of RGB (Red+Green+Blue) = 67+33+80=180 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.22% from 180); Green value is 33 (13.28% from 255 or 18.33% from 180); Blue value is 80 (31.64% from 255 or 44.44% from 180); Max value from RGB is 80 - color contains mainly: blue. Hex color #432150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432150 is #BCDEAF. Grayscale: #303030. Windows color (decimal): -12377776 or 5251395. OLE color: 5251395.
HSL color Cylindrical-coordinate representation of color #432150: hue angle of 283.4º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #432150 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 67 | 33 | 80 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.69 |
| HSL | 283.4º | 0.42% | 0.22% | - |
| HSV(B) | 283.4º | 0.59% | 0.31% | - |
| XYZ | 4.31 | 2.86 | 7.91 | - |
| YUV | 48.52 | 145.76 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 33 | 80 | 0.16 | 0.59 | 0 | 0.69 | 283.4 | 0.42 | 0.22 |
| Hex | 43 | 21 | 50 | 10 | 3B | 0 | 45 | 11B | 2A | 16 |
| Octal | 103 | 41 | 120 | 20 | 73 | 0 | 105 | 433 | 52 | 26 |
| Binary | 1000011 | 100001 | 1010000 | 10000 | 111011 | 0 | 1000101 | 100011011 | 101010 | 10110 |
Color Harmonies of #432150
Complementary color
Monochromatic Colors of #432150
Black with #432150
Text Example
Text Example
White with #432150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432150; }
p { color: rgb(67,33,80); }
H1.HeaderClassName
{
color: #432150;
}
.AnyTagClassName
{
color: #432150;
}
</style>
background-color css
<style>
a { background-color: #432150; }
a { background-color: rgb(67,33,80); }
div.DivClassName
{
background-color: #432150;
}
.BgClassName
{
background-color: #432150;
}
</style>
border-color css
<style>
span { border-color: #432150; }
span { border-color: rgb(67,33,80); }
td.TdClassName
{
border-color: #432150;
}
.TagClassName
{
border-color: #432150;
}
</style>