Shades of Scarlet Gum #432352
Tints of Scarlet Gum #432352
RGB
CMYK
RGB Variations
Color information
#432352 (or 0x432352) is known color: Scarlet Gum. HEX triplet: 43, 23 and 52. RGB value is (67,35,82). Sum of RGB (Red+Green+Blue) = 67+35+82=184 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.41% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 82 (32.42% from 255 or 44.57% from 184); Max value from RGB is 82 - color contains mainly: blue. Hex color #432352 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432352 is #BCDCAD. Grayscale: #313131. Windows color (decimal): -12377262 or 5382979. OLE color: 5382979.
HSL color Cylindrical-coordinate representation of color #432352: hue angle of 280.85º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #432352 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 67 | 35 | 82 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.68 |
| HSL | 280.85º | 0.4% | 0.23% | - |
| HSV(B) | 280.85º | 0.57% | 0.32% | - |
| XYZ | 4.44 | 3 | 8.33 | - |
| YUV | 49.93 | 146.1 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 35 | 82 | 0.18 | 0.57 | 0 | 0.68 | 280.85 | 0.4 | 0.23 |
| Hex | 43 | 23 | 52 | 12 | 39 | 0 | 44 | 119 | 28 | 17 |
| Octal | 103 | 43 | 122 | 22 | 71 | 0 | 104 | 431 | 50 | 27 |
| Binary | 1000011 | 100011 | 1010010 | 10010 | 111001 | 0 | 1000100 | 100011001 | 101000 | 10111 |
Color Harmonies of #432352
Complementary color
Monochromatic Colors of #432352
Black with #432352
Text Example
Text Example
White with #432352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432352; }
p { color: rgb(67,35,82); }
H1.HeaderClassName
{
color: #432352;
}
.AnyTagClassName
{
color: #432352;
}
</style>
background-color css
<style>
a { background-color: #432352; }
a { background-color: rgb(67,35,82); }
div.DivClassName
{
background-color: #432352;
}
.BgClassName
{
background-color: #432352;
}
</style>
border-color css
<style>
span { border-color: #432352; }
span { border-color: rgb(67,35,82); }
td.TdClassName
{
border-color: #432352;
}
.TagClassName
{
border-color: #432352;
}
</style>