Shades of Scarlet Gum #45294E
Tints of Scarlet Gum #45294E
RGB
CMYK
RGB Variations
Color information
#45294E (or 0x45294E) is known color: Scarlet Gum. HEX triplet: 45, 29 and 4E. RGB value is (69,41,78). Sum of RGB (Red+Green+Blue) = 69+41+78=188 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.70% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 78 (30.86% from 255 or 41.49% from 188); Max value from RGB is 78 - color contains mainly: blue. Hex color #45294E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45294E is #BAD6B1. Grayscale: #353535. Windows color (decimal): -12244658 or 5122373. OLE color: 5122373.
HSL color Cylindrical-coordinate representation of color #45294E: hue angle of 285.41º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #45294E is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 41 | 78 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.69 |
| HSL | 285.41º | 0.31% | 0.23% | - |
| HSV(B) | 285.41º | 0.47% | 0.31% | - |
| XYZ | 4.62 | 3.4 | 7.62 | - |
| YUV | 53.59 | 141.78 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 41 | 78 | 0.12 | 0.47 | 0 | 0.69 | 285.41 | 0.31 | 0.23 |
| Hex | 45 | 29 | 4E | C | 2F | 0 | 45 | 11D | 1F | 17 |
| Octal | 105 | 51 | 116 | 14 | 57 | 0 | 105 | 435 | 37 | 27 |
| Binary | 1000101 | 101001 | 1001110 | 1100 | 101111 | 0 | 1000101 | 100011101 | 11111 | 10111 |
Color Harmonies of #45294E
Complementary color
Monochromatic Colors of #45294E
Black with #45294E
Text Example
Text Example
White with #45294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45294E; }
p { color: rgb(69,41,78); }
H1.HeaderClassName
{
color: #45294E;
}
.AnyTagClassName
{
color: #45294E;
}
</style>
background-color css
<style>
a { background-color: #45294E; }
a { background-color: rgb(69,41,78); }
div.DivClassName
{
background-color: #45294E;
}
.BgClassName
{
background-color: #45294E;
}
</style>
border-color css
<style>
span { border-color: #45294E; }
span { border-color: rgb(69,41,78); }
td.TdClassName
{
border-color: #45294E;
}
.TagClassName
{
border-color: #45294E;
}
</style>