Shades of Scarlet Gum #572165
Tints of Scarlet Gum #572165
RGB
CMYK
RGB Variations
Color information
#572165 (or 0x572165) is known color: Scarlet Gum. HEX triplet: 57, 21 and 65. RGB value is (87,33,101). Sum of RGB (Red+Green+Blue) = 87+33+101=221 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.37% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 101 (39.84% from 255 or 45.70% from 221); Max value from RGB is 101 - color contains mainly: blue. Hex color #572165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572165 is #A8DE9A. Grayscale: #383838. Windows color (decimal): -11067035 or 6627671. OLE color: 6627671.
HSL color Cylindrical-coordinate representation of color #572165: hue angle of 287.65º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #572165 is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 87 | 33 | 101 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.60 |
| HSL | 287.65º | 0.51% | 0.26% | - |
| HSV(B) | 287.65º | 0.67% | 0.4% | - |
| XYZ | 6.82 | 4.05 | 12.73 | - |
| YUV | 56.9 | 152.89 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 33 | 101 | 0.14 | 0.67 | 0 | 0.60 | 287.65 | 0.51 | 0.26 |
| Hex | 57 | 21 | 65 | E | 43 | 0 | 3C | 120 | 33 | 1A |
| Octal | 127 | 41 | 145 | 16 | 103 | 0 | 74 | 440 | 63 | 32 |
| Binary | 1010111 | 100001 | 1100101 | 1110 | 1000011 | 0 | 111100 | 100100000 | 110011 | 11010 |
Color Harmonies of #572165
Complementary color
Monochromatic Colors of #572165
Black with #572165
Text Example
Text Example
White with #572165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572165; }
p { color: rgb(87,33,101); }
H1.HeaderClassName
{
color: #572165;
}
.AnyTagClassName
{
color: #572165;
}
</style>
background-color css
<style>
a { background-color: #572165; }
a { background-color: rgb(87,33,101); }
div.DivClassName
{
background-color: #572165;
}
.BgClassName
{
background-color: #572165;
}
</style>
border-color css
<style>
span { border-color: #572165; }
span { border-color: rgb(87,33,101); }
td.TdClassName
{
border-color: #572165;
}
.TagClassName
{
border-color: #572165;
}
</style>