Shades of Scarlet Gum #431A57
Tints of Scarlet Gum #431A57
RGB
CMYK
RGB Variations
Color information
#431A57 (or 0x431A57) is known color: Scarlet Gum. HEX triplet: 43, 1A and 57. RGB value is (67,26,87). Sum of RGB (Red+Green+Blue) = 67+26+87=180 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.22% from 180); Green value is 26 (10.55% from 255 or 14.44% from 180); Blue value is 87 (34.38% from 255 or 48.33% from 180); Max value from RGB is 87 - color contains mainly: blue. Hex color #431A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431A57 is #BCE5A8. Grayscale: #2D2D2D. Windows color (decimal): -12379561 or 5708355. OLE color: 5708355.
HSL color Cylindrical-coordinate representation of color #431A57: hue angle of 280.33º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #431A57 is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 67 | 26 | 87 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.66 |
| HSL | 280.33º | 0.54% | 0.22% | - |
| HSV(B) | 280.33º | 0.7% | 0.34% | - |
| XYZ | 4.4 | 2.62 | 9.29 | - |
| YUV | 45.21 | 151.58 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 26 | 87 | 0.23 | 0.70 | 0 | 0.66 | 280.33 | 0.54 | 0.22 |
| Hex | 43 | 1A | 57 | 17 | 46 | 0 | 42 | 118 | 36 | 16 |
| Octal | 103 | 32 | 127 | 27 | 106 | 0 | 102 | 430 | 66 | 26 |
| Binary | 1000011 | 11010 | 1010111 | 10111 | 1000110 | 0 | 1000010 | 100011000 | 110110 | 10110 |
Color Harmonies of #431A57
Complementary color
Monochromatic Colors of #431A57
Black with #431A57
Text Example
Text Example
White with #431A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431A57; }
p { color: rgb(67,26,87); }
H1.HeaderClassName
{
color: #431A57;
}
.AnyTagClassName
{
color: #431A57;
}
</style>
background-color css
<style>
a { background-color: #431A57; }
a { background-color: rgb(67,26,87); }
div.DivClassName
{
background-color: #431A57;
}
.BgClassName
{
background-color: #431A57;
}
</style>
border-color css
<style>
span { border-color: #431A57; }
span { border-color: rgb(67,26,87); }
td.TdClassName
{
border-color: #431A57;
}
.TagClassName
{
border-color: #431A57;
}
</style>