Shades of Scarlet Gum #432252
Tints of Scarlet Gum #432252
RGB
CMYK
RGB Variations
Color information
#432252 (or 0x432252) is known color: Scarlet Gum. HEX triplet: 43, 22 and 52. RGB value is (67,34,82). Sum of RGB (Red+Green+Blue) = 67+34+82=183 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.61% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 82 (32.42% from 255 or 44.81% from 183); Max value from RGB is 82 - color contains mainly: blue. Hex color #432252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432252 is #BCDDAD. Grayscale: #313131. Windows color (decimal): -12377518 or 5382723. OLE color: 5382723.
HSL color Cylindrical-coordinate representation of color #432252: hue angle of 281.25º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #432252 is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 67 | 34 | 82 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.68 |
| HSL | 281.25º | 0.41% | 0.23% | - |
| HSV(B) | 281.25º | 0.59% | 0.32% | - |
| XYZ | 4.41 | 2.95 | 8.32 | - |
| YUV | 49.34 | 146.43 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 34 | 82 | 0.18 | 0.59 | 0 | 0.68 | 281.25 | 0.41 | 0.23 |
| Hex | 43 | 22 | 52 | 12 | 3B | 0 | 44 | 119 | 29 | 17 |
| Octal | 103 | 42 | 122 | 22 | 73 | 0 | 104 | 431 | 51 | 27 |
| Binary | 1000011 | 100010 | 1010010 | 10010 | 111011 | 0 | 1000100 | 100011001 | 101001 | 10111 |
Color Harmonies of #432252
Complementary color
Monochromatic Colors of #432252
Black with #432252
Text Example
Text Example
White with #432252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432252; }
p { color: rgb(67,34,82); }
H1.HeaderClassName
{
color: #432252;
}
.AnyTagClassName
{
color: #432252;
}
</style>
background-color css
<style>
a { background-color: #432252; }
a { background-color: rgb(67,34,82); }
div.DivClassName
{
background-color: #432252;
}
.BgClassName
{
background-color: #432252;
}
</style>
border-color css
<style>
span { border-color: #432252; }
span { border-color: rgb(67,34,82); }
td.TdClassName
{
border-color: #432252;
}
.TagClassName
{
border-color: #432252;
}
</style>