Shades of Scarlet Gum #45105E
Tints of Scarlet Gum #45105E
RGB
CMYK
RGB Variations
Color information
#45105E (or 0x45105E) is known color: Scarlet Gum. HEX triplet: 45, 10 and 5E. RGB value is (69,16,94). Sum of RGB (Red+Green+Blue) = 69+16+94=179 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.55% from 179); Green value is 16 (6.64% from 255 or 8.94% from 179); Blue value is 94 (37.11% from 255 or 52.51% from 179); Max value from RGB is 94 - color contains mainly: blue. Hex color #45105E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45105E is #BAEFA1. Grayscale: #282828. Windows color (decimal): -12251042 or 6164549. OLE color: 6164549.
HSL color Cylindrical-coordinate representation of color #45105E: hue angle of 280.77º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #45105E is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 69 | 16 | 94 | - |
| CMYK | 0.27 | 0.83 | 0 | 0.63 |
| HSL | 280.77º | 0.71% | 0.22% | - |
| HSV(B) | 280.77º | 0.83% | 0.37% | - |
| XYZ | 4.66 | 2.44 | 10.82 | - |
| YUV | 40.74 | 158.06 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 16 | 94 | 0.27 | 0.83 | 0 | 0.63 | 280.77 | 0.71 | 0.22 |
| Hex | 45 | 10 | 5E | 1B | 53 | 0 | 3F | 119 | 47 | 16 |
| Octal | 105 | 20 | 136 | 33 | 123 | 0 | 77 | 431 | 107 | 26 |
| Binary | 1000101 | 10000 | 1011110 | 11011 | 1010011 | 0 | 111111 | 100011001 | 1000111 | 10110 |
Color Harmonies of #45105E
Complementary color
Monochromatic Colors of #45105E
Black with #45105E
Text Example
Text Example
White with #45105E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45105E; }
p { color: rgb(69,16,94); }
H1.HeaderClassName
{
color: #45105E;
}
.AnyTagClassName
{
color: #45105E;
}
</style>
background-color css
<style>
a { background-color: #45105E; }
a { background-color: rgb(69,16,94); }
div.DivClassName
{
background-color: #45105E;
}
.BgClassName
{
background-color: #45105E;
}
</style>
border-color css
<style>
span { border-color: #45105E; }
span { border-color: rgb(69,16,94); }
td.TdClassName
{
border-color: #45105E;
}
.TagClassName
{
border-color: #45105E;
}
</style>