Shades of Scarlet Gum #432455
Tints of Scarlet Gum #432455
RGB
CMYK
RGB Variations
Color information
#432455 (or 0x432455) is known color: Scarlet Gum. HEX triplet: 43, 24 and 55. RGB value is (67,36,85). Sum of RGB (Red+Green+Blue) = 67+36+85=188 (24% of max value = 765). Red value is 67 (26.56% from 255 or 35.64% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 85 (33.59% from 255 or 45.21% from 188); Max value from RGB is 85 - color contains mainly: blue. Hex color #432455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432455 is #BCDBAA. Grayscale: #323232. Windows color (decimal): -12377003 or 5579843. OLE color: 5579843.
HSL color Cylindrical-coordinate representation of color #432455: hue angle of 277.96º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #432455 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 36 | 85 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.67 |
| HSL | 277.96º | 0.4% | 0.24% | - |
| HSV(B) | 277.96º | 0.58% | 0.33% | - |
| XYZ | 4.59 | 3.11 | 8.95 | - |
| YUV | 50.86 | 147.27 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 36 | 85 | 0.21 | 0.58 | 0 | 0.67 | 277.96 | 0.4 | 0.24 |
| Hex | 43 | 24 | 55 | 15 | 3A | 0 | 43 | 116 | 28 | 18 |
| Octal | 103 | 44 | 125 | 25 | 72 | 0 | 103 | 426 | 50 | 30 |
| Binary | 1000011 | 100100 | 1010101 | 10101 | 111010 | 0 | 1000011 | 100010110 | 101000 | 11000 |
Color Harmonies of #432455
Complementary color
Monochromatic Colors of #432455
Black with #432455
Text Example
Text Example
White with #432455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432455; }
p { color: rgb(67,36,85); }
H1.HeaderClassName
{
color: #432455;
}
.AnyTagClassName
{
color: #432455;
}
</style>
background-color css
<style>
a { background-color: #432455; }
a { background-color: rgb(67,36,85); }
div.DivClassName
{
background-color: #432455;
}
.BgClassName
{
background-color: #432455;
}
</style>
border-color css
<style>
span { border-color: #432455; }
span { border-color: rgb(67,36,85); }
td.TdClassName
{
border-color: #432455;
}
.TagClassName
{
border-color: #432455;
}
</style>