Shades of Scarlet Gum #483453
Tints of Scarlet Gum #483453
RGB
CMYK
RGB Variations
Color information
#483453 (or 0x483453) is known color: Scarlet Gum. HEX triplet: 48, 34 and 53. RGB value is (72,52,83). Sum of RGB (Red+Green+Blue) = 72+52+83=207 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.78% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 83 (32.81% from 255 or 40.10% from 207); Max value from RGB is 83 - color contains mainly: blue. Hex color #483453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483453 is #B7CBAC. Grayscale: #3D3D3D. Windows color (decimal): -12045229 or 5452872. OLE color: 5452872.
HSL color Cylindrical-coordinate representation of color #483453: hue angle of 278.71º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #483453 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 52 | 83 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.67 |
| HSL | 278.71º | 0.23% | 0.26% | - |
| HSV(B) | 278.71º | 0.37% | 0.33% | - |
| XYZ | 5.46 | 4.46 | 8.76 | - |
| YUV | 61.51 | 140.13 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 52 | 83 | 0.13 | 0.37 | 0 | 0.67 | 278.71 | 0.23 | 0.26 |
| Hex | 48 | 34 | 53 | D | 25 | 0 | 43 | 117 | 17 | 1A |
| Octal | 110 | 64 | 123 | 15 | 45 | 0 | 103 | 427 | 27 | 32 |
| Binary | 1001000 | 110100 | 1010011 | 1101 | 100101 | 0 | 1000011 | 100010111 | 10111 | 11010 |
Color Harmonies of #483453
Complementary color
Monochromatic Colors of #483453
Black with #483453
Text Example
Text Example
White with #483453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483453; }
p { color: rgb(72,52,83); }
H1.HeaderClassName
{
color: #483453;
}
.AnyTagClassName
{
color: #483453;
}
</style>
background-color css
<style>
a { background-color: #483453; }
a { background-color: rgb(72,52,83); }
div.DivClassName
{
background-color: #483453;
}
.BgClassName
{
background-color: #483453;
}
</style>
border-color css
<style>
span { border-color: #483453; }
span { border-color: rgb(72,52,83); }
td.TdClassName
{
border-color: #483453;
}
.TagClassName
{
border-color: #483453;
}
</style>