Shades of Scarlet Gum #431451
Tints of Scarlet Gum #431451
RGB
CMYK
RGB Variations
Color information
#431451 (or 0x431451) is known color: Scarlet Gum. HEX triplet: 43, 14 and 51. RGB value is (67,20,81). Sum of RGB (Red+Green+Blue) = 67+20+81=168 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.88% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 81 (32.03% from 255 or 48.21% from 168); Max value from RGB is 81 - color contains mainly: blue. Hex color #431451 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431451 is #BCEBAE. Grayscale: #282828. Windows color (decimal): -12381103 or 5313603. OLE color: 5313603.
HSL color Cylindrical-coordinate representation of color #431451: hue angle of 286.23º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #431451 is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 67 | 20 | 81 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.68 |
| HSL | 286.23º | 0.6% | 0.2% | - |
| HSV(B) | 286.23º | 0.75% | 0.32% | - |
| XYZ | 4.05 | 2.29 | 8.01 | - |
| YUV | 41.01 | 150.57 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 20 | 81 | 0.17 | 0.75 | 0 | 0.68 | 286.23 | 0.6 | 0.2 |
| Hex | 43 | 14 | 51 | 11 | 4B | 0 | 44 | 11E | 3C | 14 |
| Octal | 103 | 24 | 121 | 21 | 113 | 0 | 104 | 436 | 74 | 24 |
| Binary | 1000011 | 10100 | 1010001 | 10001 | 1001011 | 0 | 1000100 | 100011110 | 111100 | 10100 |
Color Harmonies of #431451
Complementary color
Monochromatic Colors of #431451
Black with #431451
Text Example
Text Example
White with #431451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431451; }
p { color: rgb(67,20,81); }
H1.HeaderClassName
{
color: #431451;
}
.AnyTagClassName
{
color: #431451;
}
</style>
background-color css
<style>
a { background-color: #431451; }
a { background-color: rgb(67,20,81); }
div.DivClassName
{
background-color: #431451;
}
.BgClassName
{
background-color: #431451;
}
</style>
border-color css
<style>
span { border-color: #431451; }
span { border-color: rgb(67,20,81); }
td.TdClassName
{
border-color: #431451;
}
.TagClassName
{
border-color: #431451;
}
</style>