Shades of Scarlet Gum #450E59
Tints of Scarlet Gum #450E59
RGB
CMYK
RGB Variations
Color information
#450E59 (or 0x450E59) is known color: Scarlet Gum. HEX triplet: 45, 0E and 59. RGB value is (69,14,89). Sum of RGB (Red+Green+Blue) = 69+14+89=172 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.12% from 172); Green value is 14 (5.86% from 255 or 8.14% from 172); Blue value is 89 (35.16% from 255 or 51.74% from 172); Max value from RGB is 89 - color contains mainly: blue. Hex color #450E59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450E59 is #BAF1A6. Grayscale: #262626. Windows color (decimal): -12251559 or 5836357. OLE color: 5836357.
HSL color Cylindrical-coordinate representation of color #450E59: hue angle of 284º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #450E59 is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 14 | 89 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.65 |
| HSL | 284º | 0.73% | 0.2% | - |
| HSV(B) | 284º | 0.84% | 0.35% | - |
| XYZ | 4.41 | 2.3 | 9.66 | - |
| YUV | 39 | 156.22 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 14 | 89 | 0.22 | 0.84 | 0 | 0.65 | 284 | 0.73 | 0.2 |
| Hex | 45 | E | 59 | 16 | 54 | 0 | 41 | 11C | 49 | 14 |
| Octal | 105 | 16 | 131 | 26 | 124 | 0 | 101 | 434 | 111 | 24 |
| Binary | 1000101 | 1110 | 1011001 | 10110 | 1010100 | 0 | 1000001 | 100011100 | 1001001 | 10100 |
Color Harmonies of #450E59
Complementary color
Monochromatic Colors of #450E59
Black with #450E59
Text Example
Text Example
White with #450E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450E59; }
p { color: rgb(69,14,89); }
H1.HeaderClassName
{
color: #450E59;
}
.AnyTagClassName
{
color: #450E59;
}
</style>
background-color css
<style>
a { background-color: #450E59; }
a { background-color: rgb(69,14,89); }
div.DivClassName
{
background-color: #450E59;
}
.BgClassName
{
background-color: #450E59;
}
</style>
border-color css
<style>
span { border-color: #450E59; }
span { border-color: rgb(69,14,89); }
td.TdClassName
{
border-color: #450E59;
}
.TagClassName
{
border-color: #450E59;
}
</style>