Shades of Scarlet Gum #431252
Tints of Scarlet Gum #431252
RGB
CMYK
RGB Variations
Color information
#431252 (or 0x431252) is known color: Scarlet Gum. HEX triplet: 43, 12 and 52. RGB value is (67,18,82). Sum of RGB (Red+Green+Blue) = 67+18+82=167 (22% of max value = 765). Red value is 67 (26.56% from 255 or 40.12% from 167); Green value is 18 (7.42% from 255 or 10.78% from 167); Blue value is 82 (32.42% from 255 or 49.10% from 167); Max value from RGB is 82 - color contains mainly: blue. Hex color #431252 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431252 is #BCEDAD. Grayscale: #272727. Windows color (decimal): -12381614 or 5378627. OLE color: 5378627.
HSL color Cylindrical-coordinate representation of color #431252: hue angle of 285.94º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #431252 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 67 | 18 | 82 | - |
| CMYK | 0.18 | 0.78 | 0 | 0.68 |
| HSL | 285.94º | 0.64% | 0.2% | - |
| HSV(B) | 285.94º | 0.78% | 0.32% | - |
| XYZ | 4.05 | 2.24 | 8.2 | - |
| YUV | 39.95 | 151.73 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 18 | 82 | 0.18 | 0.78 | 0 | 0.68 | 285.94 | 0.64 | 0.2 |
| Hex | 43 | 12 | 52 | 12 | 4E | 0 | 44 | 11E | 40 | 14 |
| Octal | 103 | 22 | 122 | 22 | 116 | 0 | 104 | 436 | 100 | 24 |
| Binary | 1000011 | 10010 | 1010010 | 10010 | 1001110 | 0 | 1000100 | 100011110 | 1000000 | 10100 |
Color Harmonies of #431252
Complementary color
Monochromatic Colors of #431252
Black with #431252
Text Example
Text Example
White with #431252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431252; }
p { color: rgb(67,18,82); }
H1.HeaderClassName
{
color: #431252;
}
.AnyTagClassName
{
color: #431252;
}
</style>
background-color css
<style>
a { background-color: #431252; }
a { background-color: rgb(67,18,82); }
div.DivClassName
{
background-color: #431252;
}
.BgClassName
{
background-color: #431252;
}
</style>
border-color css
<style>
span { border-color: #431252; }
span { border-color: rgb(67,18,82); }
td.TdClassName
{
border-color: #431252;
}
.TagClassName
{
border-color: #431252;
}
</style>