Shades of Scarlet Gum #483457
Tints of Scarlet Gum #483457
RGB
CMYK
RGB Variations
Color information
#483457 (or 0x483457) is known color: Scarlet Gum. HEX triplet: 48, 34 and 57. RGB value is (72,52,87). Sum of RGB (Red+Green+Blue) = 72+52+87=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 52 (20.70% from 255 or 24.64% from 211); Blue value is 87 (34.38% from 255 or 41.23% from 211); Max value from RGB is 87 - color contains mainly: blue. Hex color #483457 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483457 is #B7CBA8. Grayscale: #3D3D3D. Windows color (decimal): -12045225 or 5715016. OLE color: 5715016.
HSL color Cylindrical-coordinate representation of color #483457: hue angle of 274.29º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #483457 is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 72 | 52 | 87 | - |
| CMYK | 0.17 | 0.40 | 0 | 0.66 |
| HSL | 274.29º | 0.25% | 0.27% | - |
| HSV(B) | 274.29º | 0.4% | 0.34% | - |
| XYZ | 5.62 | 4.52 | 9.59 | - |
| YUV | 61.97 | 142.13 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 52 | 87 | 0.17 | 0.40 | 0 | 0.66 | 274.29 | 0.25 | 0.27 |
| Hex | 48 | 34 | 57 | 11 | 28 | 0 | 42 | 112 | 19 | 1B |
| Octal | 110 | 64 | 127 | 21 | 50 | 0 | 102 | 422 | 31 | 33 |
| Binary | 1001000 | 110100 | 1010111 | 10001 | 101000 | 0 | 1000010 | 100010010 | 11001 | 11011 |
Color Harmonies of #483457
Complementary color
Monochromatic Colors of #483457
Black with #483457
Text Example
Text Example
White with #483457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483457; }
p { color: rgb(72,52,87); }
H1.HeaderClassName
{
color: #483457;
}
.AnyTagClassName
{
color: #483457;
}
</style>
background-color css
<style>
a { background-color: #483457; }
a { background-color: rgb(72,52,87); }
div.DivClassName
{
background-color: #483457;
}
.BgClassName
{
background-color: #483457;
}
</style>
border-color css
<style>
span { border-color: #483457; }
span { border-color: rgb(72,52,87); }
td.TdClassName
{
border-color: #483457;
}
.TagClassName
{
border-color: #483457;
}
</style>