Shades of Scarlet Gum #521F5F
Tints of Scarlet Gum #521F5F
RGB
CMYK
RGB Variations
Color information
#521F5F (or 0x521F5F) is known color: Scarlet Gum. HEX triplet: 52, 1F and 5F. RGB value is (82,31,95). Sum of RGB (Red+Green+Blue) = 82+31+95=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 31 (12.5% from 255 or 14.90% from 208); Blue value is 95 (37.5% from 255 or 45.67% from 208); Max value from RGB is 95 - color contains mainly: blue. Hex color #521F5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521F5F is #ADE0A0. Grayscale: #353535. Windows color (decimal): -11395233 or 6233938. OLE color: 6233938.
HSL color Cylindrical-coordinate representation of color #521F5F: hue angle of 287.81º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #521F5F is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 82 | 31 | 95 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.63 |
| HSL | 287.81º | 0.51% | 0.25% | - |
| HSV(B) | 287.81º | 0.67% | 0.37% | - |
| XYZ | 6.04 | 3.6 | 11.2 | - |
| YUV | 53.55 | 151.4 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 31 | 95 | 0.14 | 0.67 | 0 | 0.63 | 287.81 | 0.51 | 0.25 |
| Hex | 52 | 1F | 5F | E | 43 | 0 | 3F | 120 | 33 | 19 |
| Octal | 122 | 37 | 137 | 16 | 103 | 0 | 77 | 440 | 63 | 31 |
| Binary | 1010010 | 11111 | 1011111 | 1110 | 1000011 | 0 | 111111 | 100100000 | 110011 | 11001 |
Color Harmonies of #521F5F
Complementary color
Monochromatic Colors of #521F5F
Black with #521F5F
Text Example
Text Example
White with #521F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521F5F; }
p { color: rgb(82,31,95); }
H1.HeaderClassName
{
color: #521F5F;
}
.AnyTagClassName
{
color: #521F5F;
}
</style>
background-color css
<style>
a { background-color: #521F5F; }
a { background-color: rgb(82,31,95); }
div.DivClassName
{
background-color: #521F5F;
}
.BgClassName
{
background-color: #521F5F;
}
</style>
border-color css
<style>
span { border-color: #521F5F; }
span { border-color: rgb(82,31,95); }
td.TdClassName
{
border-color: #521F5F;
}
.TagClassName
{
border-color: #521F5F;
}
</style>