Shades of Scarlet Gum #483450
Tints of Scarlet Gum #483450
RGB
CMYK
RGB Variations
Color information
#483450 (or 0x483450) is known color: Scarlet Gum. HEX triplet: 48, 34 and 50. RGB value is (72,52,80). Sum of RGB (Red+Green+Blue) = 72+52+80=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 80 - color contains mainly: blue. Hex color #483450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483450 is #B7CBAF. Grayscale: #3D3D3D. Windows color (decimal): -12045232 or 5256264. OLE color: 5256264.
HSL color Cylindrical-coordinate representation of color #483450: hue angle of 282.86º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #483450 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 52 | 80 | - |
| CMYK | 0.10 | 0.35 | 0 | 0.69 |
| HSL | 282.86º | 0.21% | 0.26% | - |
| HSV(B) | 282.86º | 0.35% | 0.31% | - |
| XYZ | 5.35 | 4.41 | 8.16 | - |
| YUV | 61.17 | 138.63 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 52 | 80 | 0.10 | 0.35 | 0 | 0.69 | 282.86 | 0.21 | 0.26 |
| Hex | 48 | 34 | 50 | A | 23 | 0 | 45 | 11B | 15 | 1A |
| Octal | 110 | 64 | 120 | 12 | 43 | 0 | 105 | 433 | 25 | 32 |
| Binary | 1001000 | 110100 | 1010000 | 1010 | 100011 | 0 | 1000101 | 100011011 | 10101 | 11010 |
Color Harmonies of #483450
Complementary color
Monochromatic Colors of #483450
Black with #483450
Text Example
Text Example
White with #483450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483450; }
p { color: rgb(72,52,80); }
H1.HeaderClassName
{
color: #483450;
}
.AnyTagClassName
{
color: #483450;
}
</style>
background-color css
<style>
a { background-color: #483450; }
a { background-color: rgb(72,52,80); }
div.DivClassName
{
background-color: #483450;
}
.BgClassName
{
background-color: #483450;
}
</style>
border-color css
<style>
span { border-color: #483450; }
span { border-color: rgb(72,52,80); }
td.TdClassName
{
border-color: #483450;
}
.TagClassName
{
border-color: #483450;
}
</style>