Shades of Scarlet Gum #46275F
Tints of Scarlet Gum #46275F
RGB
CMYK
RGB Variations
Color information
#46275F (or 0x46275F) is known color: Scarlet Gum. HEX triplet: 46, 27 and 5F. RGB value is (70,39,95). Sum of RGB (Red+Green+Blue) = 70+39+95=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 39 (15.62% from 255 or 19.12% from 204); Blue value is 95 (37.5% from 255 or 46.57% from 204); Max value from RGB is 95 - color contains mainly: blue. Hex color #46275F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46275F is #B9D8A0. Grayscale: #363636. Windows color (decimal): -12179617 or 6235974. OLE color: 6235974.
HSL color Cylindrical-coordinate representation of color #46275F: hue angle of 273.21º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #46275F is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 70 | 39 | 95 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.63 |
| HSL | 273.21º | 0.42% | 0.26% | - |
| HSV(B) | 273.21º | 0.59% | 0.37% | - |
| XYZ | 5.32 | 3.58 | 11.24 | - |
| YUV | 54.65 | 150.77 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 39 | 95 | 0.26 | 0.59 | 0 | 0.63 | 273.21 | 0.42 | 0.26 |
| Hex | 46 | 27 | 5F | 1A | 3B | 0 | 3F | 111 | 2A | 1A |
| Octal | 106 | 47 | 137 | 32 | 73 | 0 | 77 | 421 | 52 | 32 |
| Binary | 1000110 | 100111 | 1011111 | 11010 | 111011 | 0 | 111111 | 100010001 | 101010 | 11010 |
Color Harmonies of #46275F
Complementary color
Monochromatic Colors of #46275F
Black with #46275F
Text Example
Text Example
White with #46275F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46275F; }
p { color: rgb(70,39,95); }
H1.HeaderClassName
{
color: #46275F;
}
.AnyTagClassName
{
color: #46275F;
}
</style>
background-color css
<style>
a { background-color: #46275F; }
a { background-color: rgb(70,39,95); }
div.DivClassName
{
background-color: #46275F;
}
.BgClassName
{
background-color: #46275F;
}
</style>
border-color css
<style>
span { border-color: #46275F; }
span { border-color: rgb(70,39,95); }
td.TdClassName
{
border-color: #46275F;
}
.TagClassName
{
border-color: #46275F;
}
</style>