Shades of Scarlet Gum #432250
Tints of Scarlet Gum #432250
RGB
CMYK
RGB Variations
Color information
#432250 (or 0x432250) is known color: Scarlet Gum. HEX triplet: 43, 22 and 50. RGB value is (67,34,80). Sum of RGB (Red+Green+Blue) = 67+34+80=181 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.02% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 80 (31.64% from 255 or 44.20% from 181); Max value from RGB is 80 - color contains mainly: blue. Hex color #432250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432250 is #BCDDAF. Grayscale: #303030. Windows color (decimal): -12377520 or 5251651. OLE color: 5251651.
HSL color Cylindrical-coordinate representation of color #432250: hue angle of 283.04º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #432250 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 67 | 34 | 80 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.69 |
| HSL | 283.04º | 0.4% | 0.22% | - |
| HSV(B) | 283.04º | 0.58% | 0.31% | - |
| XYZ | 4.33 | 2.92 | 7.92 | - |
| YUV | 49.11 | 145.43 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 34 | 80 | 0.16 | 0.58 | 0 | 0.69 | 283.04 | 0.4 | 0.22 |
| Hex | 43 | 22 | 50 | 10 | 3A | 0 | 45 | 11B | 28 | 16 |
| Octal | 103 | 42 | 120 | 20 | 72 | 0 | 105 | 433 | 50 | 26 |
| Binary | 1000011 | 100010 | 1010000 | 10000 | 111010 | 0 | 1000101 | 100011011 | 101000 | 10110 |
Color Harmonies of #432250
Complementary color
Monochromatic Colors of #432250
Black with #432250
Text Example
Text Example
White with #432250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432250; }
p { color: rgb(67,34,80); }
H1.HeaderClassName
{
color: #432250;
}
.AnyTagClassName
{
color: #432250;
}
</style>
background-color css
<style>
a { background-color: #432250; }
a { background-color: rgb(67,34,80); }
div.DivClassName
{
background-color: #432250;
}
.BgClassName
{
background-color: #432250;
}
</style>
border-color css
<style>
span { border-color: #432250; }
span { border-color: rgb(67,34,80); }
td.TdClassName
{
border-color: #432250;
}
.TagClassName
{
border-color: #432250;
}
</style>