Shades of Scarlet Gum #54256B
Tints of Scarlet Gum #54256B
RGB
CMYK
RGB Variations
Color information
#54256B (or 0x54256B) is known color: Scarlet Gum. HEX triplet: 54, 25 and 6B. RGB value is (84,37,107). Sum of RGB (Red+Green+Blue) = 84+37+107=228 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.84% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 107 (42.19% from 255 or 46.93% from 228); Max value from RGB is 107 - color contains mainly: blue. Hex color #54256B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54256B is #ABDA94. Grayscale: #3A3A3A. Windows color (decimal): -11262613 or 7021908. OLE color: 7021908.
HSL color Cylindrical-coordinate representation of color #54256B: hue angle of 280.29º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54256B is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 37 | 107 | - |
| CMYK | 0.21 | 0.65 | 0 | 0.58 |
| HSL | 280.29º | 0.49% | 0.28% | - |
| HSV(B) | 280.29º | 0.65% | 0.42% | - |
| XYZ | 6.97 | 4.27 | 14.37 | - |
| YUV | 59.03 | 155.07 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 37 | 107 | 0.21 | 0.65 | 0 | 0.58 | 280.29 | 0.49 | 0.28 |
| Hex | 54 | 25 | 6B | 15 | 41 | 0 | 3A | 118 | 31 | 1C |
| Octal | 124 | 45 | 153 | 25 | 101 | 0 | 72 | 430 | 61 | 34 |
| Binary | 1010100 | 100101 | 1101011 | 10101 | 1000001 | 0 | 111010 | 100011000 | 110001 | 11100 |
Color Harmonies of #54256B
Complementary color
Monochromatic Colors of #54256B
Black with #54256B
Text Example
Text Example
White with #54256B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54256B; }
p { color: rgb(84,37,107); }
H1.HeaderClassName
{
color: #54256B;
}
.AnyTagClassName
{
color: #54256B;
}
</style>
background-color css
<style>
a { background-color: #54256B; }
a { background-color: rgb(84,37,107); }
div.DivClassName
{
background-color: #54256B;
}
.BgClassName
{
background-color: #54256B;
}
</style>
border-color css
<style>
span { border-color: #54256B; }
span { border-color: rgb(84,37,107); }
td.TdClassName
{
border-color: #54256B;
}
.TagClassName
{
border-color: #54256B;
}
</style>