Shades of Scarlet Gum #431354
Tints of Scarlet Gum #431354
RGB
CMYK
RGB Variations
Color information
#431354 (or 0x431354) is known color: Scarlet Gum. HEX triplet: 43, 13 and 54. RGB value is (67,19,84). Sum of RGB (Red+Green+Blue) = 67+19+84=170 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.41% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 84 (33.20% from 255 or 49.41% from 170); Max value from RGB is 84 - color contains mainly: blue. Hex color #431354 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431354 is #BCECAB. Grayscale: #282828. Windows color (decimal): -12381356 or 5509955. OLE color: 5509955.
HSL color Cylindrical-coordinate representation of color #431354: hue angle of 284.31º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #431354 is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 19 | 84 | - |
| CMYK | 0.20 | 0.77 | 0 | 0.67 |
| HSL | 284.31º | 0.63% | 0.2% | - |
| HSV(B) | 284.31º | 0.77% | 0.33% | - |
| XYZ | 4.15 | 2.3 | 8.61 | - |
| YUV | 40.76 | 152.4 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 19 | 84 | 0.20 | 0.77 | 0 | 0.67 | 284.31 | 0.63 | 0.2 |
| Hex | 43 | 13 | 54 | 14 | 4D | 0 | 43 | 11C | 3F | 14 |
| Octal | 103 | 23 | 124 | 24 | 115 | 0 | 103 | 434 | 77 | 24 |
| Binary | 1000011 | 10011 | 1010100 | 10100 | 1001101 | 0 | 1000011 | 100011100 | 111111 | 10100 |
Color Harmonies of #431354
Complementary color
Monochromatic Colors of #431354
Black with #431354
Text Example
Text Example
White with #431354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431354; }
p { color: rgb(67,19,84); }
H1.HeaderClassName
{
color: #431354;
}
.AnyTagClassName
{
color: #431354;
}
</style>
background-color css
<style>
a { background-color: #431354; }
a { background-color: rgb(67,19,84); }
div.DivClassName
{
background-color: #431354;
}
.BgClassName
{
background-color: #431354;
}
</style>
border-color css
<style>
span { border-color: #431354; }
span { border-color: rgb(67,19,84); }
td.TdClassName
{
border-color: #431354;
}
.TagClassName
{
border-color: #431354;
}
</style>