Shades of Scarlet Gum #45294D
Tints of Scarlet Gum #45294D
RGB
CMYK
RGB Variations
Color information
#45294D (or 0x45294D) is known color: Scarlet Gum. HEX triplet: 45, 29 and 4D. RGB value is (69,41,77). Sum of RGB (Red+Green+Blue) = 69+41+77=187 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.90% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 77 - color contains mainly: blue. Hex color #45294D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45294D is #BAD6B2. Grayscale: #353535. Windows color (decimal): -12244659 or 5056837. OLE color: 5056837.
HSL color Cylindrical-coordinate representation of color #45294D: hue angle of 286.67º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #45294D is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 69 | 41 | 77 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.70 |
| HSL | 286.67º | 0.31% | 0.23% | - |
| HSV(B) | 286.67º | 0.47% | 0.3% | - |
| XYZ | 4.59 | 3.39 | 7.43 | - |
| YUV | 53.48 | 141.28 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 41 | 77 | 0.10 | 0.47 | 0 | 0.70 | 286.67 | 0.31 | 0.23 |
| Hex | 45 | 29 | 4D | A | 2F | 0 | 46 | 11F | 1F | 17 |
| Octal | 105 | 51 | 115 | 12 | 57 | 0 | 106 | 437 | 37 | 27 |
| Binary | 1000101 | 101001 | 1001101 | 1010 | 101111 | 0 | 1000110 | 100011111 | 11111 | 10111 |
Color Harmonies of #45294D
Complementary color
Monochromatic Colors of #45294D
Black with #45294D
Text Example
Text Example
White with #45294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45294D; }
p { color: rgb(69,41,77); }
H1.HeaderClassName
{
color: #45294D;
}
.AnyTagClassName
{
color: #45294D;
}
</style>
background-color css
<style>
a { background-color: #45294D; }
a { background-color: rgb(69,41,77); }
div.DivClassName
{
background-color: #45294D;
}
.BgClassName
{
background-color: #45294D;
}
</style>
border-color css
<style>
span { border-color: #45294D; }
span { border-color: rgb(69,41,77); }
td.TdClassName
{
border-color: #45294D;
}
.TagClassName
{
border-color: #45294D;
}
</style>