Shades of Scarlet Gum #450A5E
Tints of Scarlet Gum #450A5E
RGB
CMYK
RGB Variations
Color information
#450A5E (or 0x450A5E) is known color: Scarlet Gum. HEX triplet: 45, 0A and 5E. RGB value is (69,10,94). Sum of RGB (Red+Green+Blue) = 69+10+94=173 (22% of max value = 765). Red value is 69 (27.34% from 255 or 39.88% from 173); Green value is 10 (4.30% from 255 or 5.78% from 173); Blue value is 94 (37.11% from 255 or 54.34% from 173); Max value from RGB is 94 - color contains mainly: blue. Hex color #450A5E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450A5E is #BAF5A1. Grayscale: #242424. Windows color (decimal): -12252578 or 6163013. OLE color: 6163013.
HSL color Cylindrical-coordinate representation of color #450A5E: hue angle of 282.14º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #450A5E is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 69 | 10 | 94 | - |
| CMYK | 0.27 | 0.89 | 0 | 0.63 |
| HSL | 282.14º | 0.81% | 0.2% | - |
| HSV(B) | 282.14º | 0.89% | 0.37% | - |
| XYZ | 4.58 | 2.29 | 10.79 | - |
| YUV | 37.22 | 160.05 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 10 | 94 | 0.27 | 0.89 | 0 | 0.63 | 282.14 | 0.81 | 0.2 |
| Hex | 45 | A | 5E | 1B | 59 | 0 | 3F | 11A | 51 | 14 |
| Octal | 105 | 12 | 136 | 33 | 131 | 0 | 77 | 432 | 121 | 24 |
| Binary | 1000101 | 1010 | 1011110 | 11011 | 1011001 | 0 | 111111 | 100011010 | 1010001 | 10100 |
Color Harmonies of #450A5E
Complementary color
Monochromatic Colors of #450A5E
Black with #450A5E
Text Example
Text Example
White with #450A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450A5E; }
p { color: rgb(69,10,94); }
H1.HeaderClassName
{
color: #450A5E;
}
.AnyTagClassName
{
color: #450A5E;
}
</style>
background-color css
<style>
a { background-color: #450A5E; }
a { background-color: rgb(69,10,94); }
div.DivClassName
{
background-color: #450A5E;
}
.BgClassName
{
background-color: #450A5E;
}
</style>
border-color css
<style>
span { border-color: #450A5E; }
span { border-color: rgb(69,10,94); }
td.TdClassName
{
border-color: #450A5E;
}
.TagClassName
{
border-color: #450A5E;
}
</style>