Shades of Scarlet Gum #431E5E
Tints of Scarlet Gum #431E5E
RGB
CMYK
RGB Variations
Color information
#431E5E (or 0x431E5E) is known color: Scarlet Gum. HEX triplet: 43, 1E and 5E. RGB value is (67,30,94). Sum of RGB (Red+Green+Blue) = 67+30+94=191 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.08% from 191); Green value is 30 (12.11% from 255 or 15.71% from 191); Blue value is 94 (37.11% from 255 or 49.21% from 191); Max value from RGB is 94 - color contains mainly: blue. Hex color #431E5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431E5E is #BCE1A1. Grayscale: #303030. Windows color (decimal): -12378530 or 6168131. OLE color: 6168131.
HSL color Cylindrical-coordinate representation of color #431E5E: hue angle of 274.69º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #431E5E is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 67 | 30 | 94 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.63 |
| HSL | 274.69º | 0.52% | 0.24% | - |
| HSV(B) | 274.69º | 0.68% | 0.37% | - |
| XYZ | 4.8 | 2.93 | 10.9 | - |
| YUV | 48.36 | 153.76 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 30 | 94 | 0.29 | 0.68 | 0 | 0.63 | 274.69 | 0.52 | 0.24 |
| Hex | 43 | 1E | 5E | 1D | 44 | 0 | 3F | 113 | 34 | 18 |
| Octal | 103 | 36 | 136 | 35 | 104 | 0 | 77 | 423 | 64 | 30 |
| Binary | 1000011 | 11110 | 1011110 | 11101 | 1000100 | 0 | 111111 | 100010011 | 110100 | 11000 |
Color Harmonies of #431E5E
Complementary color
Monochromatic Colors of #431E5E
Black with #431E5E
Text Example
Text Example
White with #431E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431E5E; }
p { color: rgb(67,30,94); }
H1.HeaderClassName
{
color: #431E5E;
}
.AnyTagClassName
{
color: #431E5E;
}
</style>
background-color css
<style>
a { background-color: #431E5E; }
a { background-color: rgb(67,30,94); }
div.DivClassName
{
background-color: #431E5E;
}
.BgClassName
{
background-color: #431E5E;
}
</style>
border-color css
<style>
span { border-color: #431E5E; }
span { border-color: rgb(67,30,94); }
td.TdClassName
{
border-color: #431E5E;
}
.TagClassName
{
border-color: #431E5E;
}
</style>