Shades of Scarlet Gum #450B5E
Tints of Scarlet Gum #450B5E
RGB
CMYK
RGB Variations
Color information
#450B5E (or 0x450B5E) is known color: Scarlet Gum. HEX triplet: 45, 0B and 5E. RGB value is (69,11,94). Sum of RGB (Red+Green+Blue) = 69+11+94=174 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.66% from 174); Green value is 11 (4.69% from 255 or 6.32% from 174); Blue value is 94 (37.11% from 255 or 54.02% from 174); Max value from RGB is 94 - color contains mainly: blue. Hex color #450B5E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450B5E is #BAF4A1. Grayscale: #252525. Windows color (decimal): -12252322 or 6163269. OLE color: 6163269.
HSL color Cylindrical-coordinate representation of color #450B5E: hue angle of 281.93º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #450B5E is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 69 | 11 | 94 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.63 |
| HSL | 281.93º | 0.79% | 0.21% | - |
| HSV(B) | 281.93º | 0.88% | 0.37% | - |
| XYZ | 4.59 | 2.31 | 10.79 | - |
| YUV | 37.8 | 159.72 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 11 | 94 | 0.27 | 0.88 | 0 | 0.63 | 281.93 | 0.79 | 0.21 |
| Hex | 45 | B | 5E | 1B | 58 | 0 | 3F | 11A | 4F | 15 |
| Octal | 105 | 13 | 136 | 33 | 130 | 0 | 77 | 432 | 117 | 25 |
| Binary | 1000101 | 1011 | 1011110 | 11011 | 1011000 | 0 | 111111 | 100011010 | 1001111 | 10101 |
Color Harmonies of #450B5E
Complementary color
Monochromatic Colors of #450B5E
Black with #450B5E
Text Example
Text Example
White with #450B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450B5E; }
p { color: rgb(69,11,94); }
H1.HeaderClassName
{
color: #450B5E;
}
.AnyTagClassName
{
color: #450B5E;
}
</style>
background-color css
<style>
a { background-color: #450B5E; }
a { background-color: rgb(69,11,94); }
div.DivClassName
{
background-color: #450B5E;
}
.BgClassName
{
background-color: #450B5E;
}
</style>
border-color css
<style>
span { border-color: #450B5E; }
span { border-color: rgb(69,11,94); }
td.TdClassName
{
border-color: #450B5E;
}
.TagClassName
{
border-color: #450B5E;
}
</style>