Shades of Scarlet Gum #533163
Tints of Scarlet Gum #533163
RGB
CMYK
RGB Variations
Color information
#533163 (or 0x533163) is known color: Scarlet Gum. HEX triplet: 53, 31 and 63. RGB value is (83,49,99). Sum of RGB (Red+Green+Blue) = 83+49+99=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 99 - color contains mainly: blue. Hex color #533163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533163 is #ACCE9C. Grayscale: #404040. Windows color (decimal): -11325085 or 6500691. OLE color: 6500691.
HSL color Cylindrical-coordinate representation of color #533163: hue angle of 280.8º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #533163 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 83 | 49 | 99 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.61 |
| HSL | 280.8º | 0.34% | 0.29% | - |
| HSV(B) | 280.8º | 0.51% | 0.39% | - |
| XYZ | 6.92 | 4.94 | 12.39 | - |
| YUV | 64.87 | 147.26 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 49 | 99 | 0.16 | 0.51 | 0 | 0.61 | 280.8 | 0.34 | 0.29 |
| Hex | 53 | 31 | 63 | 10 | 33 | 0 | 3D | 119 | 22 | 1D |
| Octal | 123 | 61 | 143 | 20 | 63 | 0 | 75 | 431 | 42 | 35 |
| Binary | 1010011 | 110001 | 1100011 | 10000 | 110011 | 0 | 111101 | 100011001 | 100010 | 11101 |
Color Harmonies of #533163
Complementary color
Monochromatic Colors of #533163
Black with #533163
Text Example
Text Example
White with #533163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533163; }
p { color: rgb(83,49,99); }
H1.HeaderClassName
{
color: #533163;
}
.AnyTagClassName
{
color: #533163;
}
</style>
background-color css
<style>
a { background-color: #533163; }
a { background-color: rgb(83,49,99); }
div.DivClassName
{
background-color: #533163;
}
.BgClassName
{
background-color: #533163;
}
</style>
border-color css
<style>
span { border-color: #533163; }
span { border-color: rgb(83,49,99); }
td.TdClassName
{
border-color: #533163;
}
.TagClassName
{
border-color: #533163;
}
</style>