Shades of Scarlet Gum #483355
Tints of Scarlet Gum #483355
RGB
CMYK
RGB Variations
Color information
#483355 (or 0x483355) is known color: Scarlet Gum. HEX triplet: 48, 33 and 55. RGB value is (72,51,85). Sum of RGB (Red+Green+Blue) = 72+51+85=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 51 (20.31% from 255 or 24.52% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 85 - color contains mainly: blue. Hex color #483355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483355 is #B7CCAA. Grayscale: #3D3D3D. Windows color (decimal): -12045483 or 5583688. OLE color: 5583688.
HSL color Cylindrical-coordinate representation of color #483355: hue angle of 277.06º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #483355 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 51 | 85 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.67 |
| HSL | 277.06º | 0.25% | 0.27% | - |
| HSV(B) | 277.06º | 0.4% | 0.33% | - |
| XYZ | 5.5 | 4.4 | 9.15 | - |
| YUV | 61.16 | 141.46 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 51 | 85 | 0.15 | 0.40 | 0 | 0.67 | 277.06 | 0.25 | 0.27 |
| Hex | 48 | 33 | 55 | F | 28 | 0 | 43 | 115 | 19 | 1B |
| Octal | 110 | 63 | 125 | 17 | 50 | 0 | 103 | 425 | 31 | 33 |
| Binary | 1001000 | 110011 | 1010101 | 1111 | 101000 | 0 | 1000011 | 100010101 | 11001 | 11011 |
Color Harmonies of #483355
Complementary color
Monochromatic Colors of #483355
Black with #483355
Text Example
Text Example
White with #483355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483355; }
p { color: rgb(72,51,85); }
H1.HeaderClassName
{
color: #483355;
}
.AnyTagClassName
{
color: #483355;
}
</style>
background-color css
<style>
a { background-color: #483355; }
a { background-color: rgb(72,51,85); }
div.DivClassName
{
background-color: #483355;
}
.BgClassName
{
background-color: #483355;
}
</style>
border-color css
<style>
span { border-color: #483355; }
span { border-color: rgb(72,51,85); }
td.TdClassName
{
border-color: #483355;
}
.TagClassName
{
border-color: #483355;
}
</style>