Shades of Scarlet Gum #571C67
Tints of Scarlet Gum #571C67
RGB
CMYK
RGB Variations
Color information
#571C67 (or 0x571C67) is known color: Scarlet Gum. HEX triplet: 57, 1C and 67. RGB value is (87,28,103). Sum of RGB (Red+Green+Blue) = 87+28+103=218 (28% of max value = 765). Red value is 87 (34.38% from 255 or 39.91% from 218); Green value is 28 (11.33% from 255 or 12.84% from 218); Blue value is 103 (40.62% from 255 or 47.25% from 218); Max value from RGB is 103 - color contains mainly: blue. Hex color #571C67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571C67 is #A8E398. Grayscale: #353535. Windows color (decimal): -11068313 or 6757463. OLE color: 6757463.
HSL color Cylindrical-coordinate representation of color #571C67: hue angle of 287.2º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #571C67 is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 87 | 28 | 103 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.60 |
| HSL | 287.2º | 0.57% | 0.26% | - |
| HSV(B) | 287.2º | 0.73% | 0.4% | - |
| XYZ | 6.79 | 3.84 | 13.21 | - |
| YUV | 54.19 | 155.55 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 28 | 103 | 0.16 | 0.73 | 0 | 0.60 | 287.2 | 0.57 | 0.26 |
| Hex | 57 | 1C | 67 | 10 | 49 | 0 | 3C | 11F | 39 | 1A |
| Octal | 127 | 34 | 147 | 20 | 111 | 0 | 74 | 437 | 71 | 32 |
| Binary | 1010111 | 11100 | 1100111 | 10000 | 1001001 | 0 | 111100 | 100011111 | 111001 | 11010 |
Color Harmonies of #571C67
Complementary color
Monochromatic Colors of #571C67
Black with #571C67
Text Example
Text Example
White with #571C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571C67; }
p { color: rgb(87,28,103); }
H1.HeaderClassName
{
color: #571C67;
}
.AnyTagClassName
{
color: #571C67;
}
</style>
background-color css
<style>
a { background-color: #571C67; }
a { background-color: rgb(87,28,103); }
div.DivClassName
{
background-color: #571C67;
}
.BgClassName
{
background-color: #571C67;
}
</style>
border-color css
<style>
span { border-color: #571C67; }
span { border-color: rgb(87,28,103); }
td.TdClassName
{
border-color: #571C67;
}
.TagClassName
{
border-color: #571C67;
}
</style>