Shades of Scarlet Gum #432053
Tints of Scarlet Gum #432053
RGB
CMYK
RGB Variations
Color information
#432053 (or 0x432053) is known color: Scarlet Gum. HEX triplet: 43, 20 and 53. RGB value is (67,32,83). Sum of RGB (Red+Green+Blue) = 67+32+83=182 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.81% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 83 - color contains mainly: blue. Hex color #432053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432053 is #BCDFAC. Grayscale: #303030. Windows color (decimal): -12378029 or 5447747. OLE color: 5447747.
HSL color Cylindrical-coordinate representation of color #432053: hue angle of 281.18º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #432053 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 32 | 83 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.67 |
| HSL | 281.18º | 0.44% | 0.23% | - |
| HSV(B) | 281.18º | 0.61% | 0.33% | - |
| XYZ | 4.39 | 2.85 | 8.5 | - |
| YUV | 48.28 | 147.6 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 32 | 83 | 0.19 | 0.61 | 0 | 0.67 | 281.18 | 0.44 | 0.23 |
| Hex | 43 | 20 | 53 | 13 | 3D | 0 | 43 | 119 | 2C | 17 |
| Octal | 103 | 40 | 123 | 23 | 75 | 0 | 103 | 431 | 54 | 27 |
| Binary | 1000011 | 100000 | 1010011 | 10011 | 111101 | 0 | 1000011 | 100011001 | 101100 | 10111 |
Color Harmonies of #432053
Complementary color
Monochromatic Colors of #432053
Black with #432053
Text Example
Text Example
White with #432053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432053; }
p { color: rgb(67,32,83); }
H1.HeaderClassName
{
color: #432053;
}
.AnyTagClassName
{
color: #432053;
}
</style>
background-color css
<style>
a { background-color: #432053; }
a { background-color: rgb(67,32,83); }
div.DivClassName
{
background-color: #432053;
}
.BgClassName
{
background-color: #432053;
}
</style>
border-color css
<style>
span { border-color: #432053; }
span { border-color: rgb(67,32,83); }
td.TdClassName
{
border-color: #432053;
}
.TagClassName
{
border-color: #432053;
}
</style>