Shades of Scarlet Gum #462F51
Tints of Scarlet Gum #462F51
RGB
CMYK
RGB Variations
Color information
#462F51 (or 0x462F51) is known color: Scarlet Gum. HEX triplet: 46, 2F and 51. RGB value is (70,47,81). Sum of RGB (Red+Green+Blue) = 70+47+81=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 47 (18.75% from 255 or 23.74% from 198); Blue value is 81 (32.03% from 255 or 40.91% from 198); Max value from RGB is 81 - color contains mainly: blue. Hex color #462F51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462F51 is #B9D0AE. Grayscale: #393939. Windows color (decimal): -12177583 or 5320518. OLE color: 5320518.
HSL color Cylindrical-coordinate representation of color #462F51: hue angle of 280.59º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #462F51 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 47 | 81 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.68 |
| HSL | 280.59º | 0.27% | 0.25% | - |
| HSV(B) | 280.59º | 0.42% | 0.32% | - |
| XYZ | 5.03 | 3.93 | 8.28 | - |
| YUV | 57.75 | 141.12 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 47 | 81 | 0.14 | 0.42 | 0 | 0.68 | 280.59 | 0.27 | 0.25 |
| Hex | 46 | 2F | 51 | E | 2A | 0 | 44 | 119 | 1B | 19 |
| Octal | 106 | 57 | 121 | 16 | 52 | 0 | 104 | 431 | 33 | 31 |
| Binary | 1000110 | 101111 | 1010001 | 1110 | 101010 | 0 | 1000100 | 100011001 | 11011 | 11001 |
Color Harmonies of #462F51
Complementary color
Monochromatic Colors of #462F51
Black with #462F51
Text Example
Text Example
White with #462F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462F51; }
p { color: rgb(70,47,81); }
H1.HeaderClassName
{
color: #462F51;
}
.AnyTagClassName
{
color: #462F51;
}
</style>
background-color css
<style>
a { background-color: #462F51; }
a { background-color: rgb(70,47,81); }
div.DivClassName
{
background-color: #462F51;
}
.BgClassName
{
background-color: #462F51;
}
</style>
border-color css
<style>
span { border-color: #462F51; }
span { border-color: rgb(70,47,81); }
td.TdClassName
{
border-color: #462F51;
}
.TagClassName
{
border-color: #462F51;
}
</style>