Shades of Scarlet Gum #45314D
Tints of Scarlet Gum #45314D
RGB
CMYK
RGB Variations
Color information
#45314D (or 0x45314D) is known color: Scarlet Gum. HEX triplet: 45, 31 and 4D. RGB value is (69,49,77). Sum of RGB (Red+Green+Blue) = 69+49+77=195 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.38% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 77 - color contains mainly: blue. Hex color #45314D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45314D is #BACEB2. Grayscale: #3A3A3A. Windows color (decimal): -12242611 or 5058885. OLE color: 5058885.
HSL color Cylindrical-coordinate representation of color #45314D: hue angle of 282.86º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #45314D is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 69 | 49 | 77 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.70 |
| HSL | 282.86º | 0.22% | 0.25% | - |
| HSV(B) | 282.86º | 0.36% | 0.3% | - |
| XYZ | 4.89 | 4 | 7.53 | - |
| YUV | 58.17 | 138.63 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 49 | 77 | 0.10 | 0.36 | 0 | 0.70 | 282.86 | 0.22 | 0.25 |
| Hex | 45 | 31 | 4D | A | 24 | 0 | 46 | 11B | 16 | 19 |
| Octal | 105 | 61 | 115 | 12 | 44 | 0 | 106 | 433 | 26 | 31 |
| Binary | 1000101 | 110001 | 1001101 | 1010 | 100100 | 0 | 1000110 | 100011011 | 10110 | 11001 |
Color Harmonies of #45314D
Complementary color
Monochromatic Colors of #45314D
Black with #45314D
Text Example
Text Example
White with #45314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45314D; }
p { color: rgb(69,49,77); }
H1.HeaderClassName
{
color: #45314D;
}
.AnyTagClassName
{
color: #45314D;
}
</style>
background-color css
<style>
a { background-color: #45314D; }
a { background-color: rgb(69,49,77); }
div.DivClassName
{
background-color: #45314D;
}
.BgClassName
{
background-color: #45314D;
}
</style>
border-color css
<style>
span { border-color: #45314D; }
span { border-color: rgb(69,49,77); }
td.TdClassName
{
border-color: #45314D;
}
.TagClassName
{
border-color: #45314D;
}
</style>