Shades of Scarlet Gum #51345A
Tints of Scarlet Gum #51345A
RGB
CMYK
RGB Variations
Color information
#51345A (or 0x51345A) is known color: Scarlet Gum. HEX triplet: 51, 34 and 5A. RGB value is (81,52,90). Sum of RGB (Red+Green+Blue) = 81+52+90=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 90 (35.55% from 255 or 40.36% from 223); Max value from RGB is 90 - color contains mainly: blue. Hex color #51345A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51345A is #AECBA5. Grayscale: #404040. Windows color (decimal): -11455398 or 5911633. OLE color: 5911633.
HSL color Cylindrical-coordinate representation of color #51345A: hue angle of 285.79º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #51345A is Cyan = 0.1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 52 | 90 | - |
| CMYK | 0.1 | 0.42 | 0 | 0.65 |
| HSL | 285.79º | 0.27% | 0.28% | - |
| HSV(B) | 285.79º | 0.42% | 0.35% | - |
| XYZ | 6.47 | 4.94 | 10.29 | - |
| YUV | 65 | 142.11 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 52 | 90 | 0.1 | 0.42 | 0 | 0.65 | 285.79 | 0.27 | 0.28 |
| Hex | 51 | 34 | 5A | A | 2A | 0 | 41 | 11E | 1B | 1C |
| Octal | 121 | 64 | 132 | 12 | 52 | 0 | 101 | 436 | 33 | 34 |
| Binary | 1010001 | 110100 | 1011010 | 1010 | 101010 | 0 | 1000001 | 100011110 | 11011 | 11100 |
Color Harmonies of #51345A
Complementary color
Monochromatic Colors of #51345A
Black with #51345A
Text Example
Text Example
White with #51345A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51345A; }
p { color: rgb(81,52,90); }
H1.HeaderClassName
{
color: #51345A;
}
.AnyTagClassName
{
color: #51345A;
}
</style>
background-color css
<style>
a { background-color: #51345A; }
a { background-color: rgb(81,52,90); }
div.DivClassName
{
background-color: #51345A;
}
.BgClassName
{
background-color: #51345A;
}
</style>
border-color css
<style>
span { border-color: #51345A; }
span { border-color: rgb(81,52,90); }
td.TdClassName
{
border-color: #51345A;
}
.TagClassName
{
border-color: #51345A;
}
</style>