Shades of Scarlet Gum #483659
Tints of Scarlet Gum #483659
RGB
CMYK
RGB Variations
Color information
#483659 (or 0x483659) is known color: Scarlet Gum. HEX triplet: 48, 36 and 59. RGB value is (72,54,89). Sum of RGB (Red+Green+Blue) = 72+54+89=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 54 (21.48% from 255 or 25.12% from 215); Blue value is 89 (35.16% from 255 or 41.40% from 215); Max value from RGB is 89 - color contains mainly: blue. Hex color #483659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483659 is #B7C9A6. Grayscale: #3F3F3F. Windows color (decimal): -12044711 or 5846600. OLE color: 5846600.
HSL color Cylindrical-coordinate representation of color #483659: hue angle of 270.86º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #483659 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 54 | 89 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.65 |
| HSL | 270.86º | 0.24% | 0.28% | - |
| HSV(B) | 270.86º | 0.39% | 0.35% | - |
| XYZ | 5.79 | 4.74 | 10.06 | - |
| YUV | 63.37 | 142.46 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 54 | 89 | 0.19 | 0.39 | 0 | 0.65 | 270.86 | 0.24 | 0.28 |
| Hex | 48 | 36 | 59 | 13 | 27 | 0 | 41 | 10F | 18 | 1C |
| Octal | 110 | 66 | 131 | 23 | 47 | 0 | 101 | 417 | 30 | 34 |
| Binary | 1001000 | 110110 | 1011001 | 10011 | 100111 | 0 | 1000001 | 100001111 | 11000 | 11100 |
Color Harmonies of #483659
Complementary color
Monochromatic Colors of #483659
Black with #483659
Text Example
Text Example
White with #483659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483659; }
p { color: rgb(72,54,89); }
H1.HeaderClassName
{
color: #483659;
}
.AnyTagClassName
{
color: #483659;
}
</style>
background-color css
<style>
a { background-color: #483659; }
a { background-color: rgb(72,54,89); }
div.DivClassName
{
background-color: #483659;
}
.BgClassName
{
background-color: #483659;
}
</style>
border-color css
<style>
span { border-color: #483659; }
span { border-color: rgb(72,54,89); }
td.TdClassName
{
border-color: #483659;
}
.TagClassName
{
border-color: #483659;
}
</style>