Shades of Scarlet Gum #462D51
Tints of Scarlet Gum #462D51
RGB
CMYK
RGB Variations
Color information
#462D51 (or 0x462D51) is known color: Scarlet Gum. HEX triplet: 46, 2D and 51. RGB value is (70,45,81). Sum of RGB (Red+Green+Blue) = 70+45+81=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 45 (17.97% from 255 or 22.96% from 196); Blue value is 81 (32.03% from 255 or 41.33% from 196); Max value from RGB is 81 - color contains mainly: blue. Hex color #462D51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462D51 is #B9D2AE. Grayscale: #383838. Windows color (decimal): -12178095 or 5320006. OLE color: 5320006.
HSL color Cylindrical-coordinate representation of color #462D51: hue angle of 281.67º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #462D51 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 45 | 81 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.68 |
| HSL | 281.67º | 0.29% | 0.25% | - |
| HSV(B) | 281.67º | 0.44% | 0.32% | - |
| XYZ | 4.95 | 3.77 | 8.25 | - |
| YUV | 56.58 | 141.78 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 45 | 81 | 0.14 | 0.44 | 0 | 0.68 | 281.67 | 0.29 | 0.25 |
| Hex | 46 | 2D | 51 | E | 2C | 0 | 44 | 11A | 1D | 19 |
| Octal | 106 | 55 | 121 | 16 | 54 | 0 | 104 | 432 | 35 | 31 |
| Binary | 1000110 | 101101 | 1010001 | 1110 | 101100 | 0 | 1000100 | 100011010 | 11101 | 11001 |
Color Harmonies of #462D51
Complementary color
Monochromatic Colors of #462D51
Black with #462D51
Text Example
Text Example
White with #462D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462D51; }
p { color: rgb(70,45,81); }
H1.HeaderClassName
{
color: #462D51;
}
.AnyTagClassName
{
color: #462D51;
}
</style>
background-color css
<style>
a { background-color: #462D51; }
a { background-color: rgb(70,45,81); }
div.DivClassName
{
background-color: #462D51;
}
.BgClassName
{
background-color: #462D51;
}
</style>
border-color css
<style>
span { border-color: #462D51; }
span { border-color: rgb(70,45,81); }
td.TdClassName
{
border-color: #462D51;
}
.TagClassName
{
border-color: #462D51;
}
</style>