Shades of Scarlet Gum #45295A
Tints of Scarlet Gum #45295A
RGB
CMYK
RGB Variations
Color information
#45295A (or 0x45295A) is known color: Scarlet Gum. HEX triplet: 45, 29 and 5A. RGB value is (69,41,90). Sum of RGB (Red+Green+Blue) = 69+41+90=200 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.5% from 200); Green value is 41 (16.41% from 255 or 20.5% from 200); Blue value is 90 (35.55% from 255 or 45% from 200); Max value from RGB is 90 - color contains mainly: blue. Hex color #45295A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45295A is #BAD6A5. Grayscale: #363636. Windows color (decimal): -12244646 or 5908805. OLE color: 5908805.
HSL color Cylindrical-coordinate representation of color #45295A: hue angle of 274.29º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #45295A is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 41 | 90 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.65 |
| HSL | 274.29º | 0.37% | 0.26% | - |
| HSV(B) | 274.29º | 0.54% | 0.35% | - |
| XYZ | 5.09 | 3.59 | 10.1 | - |
| YUV | 54.96 | 147.78 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 41 | 90 | 0.23 | 0.54 | 0 | 0.65 | 274.29 | 0.37 | 0.26 |
| Hex | 45 | 29 | 5A | 17 | 36 | 0 | 41 | 112 | 25 | 1A |
| Octal | 105 | 51 | 132 | 27 | 66 | 0 | 101 | 422 | 45 | 32 |
| Binary | 1000101 | 101001 | 1011010 | 10111 | 110110 | 0 | 1000001 | 100010010 | 100101 | 11010 |
Color Harmonies of #45295A
Complementary color
Monochromatic Colors of #45295A
Black with #45295A
Text Example
Text Example
White with #45295A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45295A; }
p { color: rgb(69,41,90); }
H1.HeaderClassName
{
color: #45295A;
}
.AnyTagClassName
{
color: #45295A;
}
</style>
background-color css
<style>
a { background-color: #45295A; }
a { background-color: rgb(69,41,90); }
div.DivClassName
{
background-color: #45295A;
}
.BgClassName
{
background-color: #45295A;
}
</style>
border-color css
<style>
span { border-color: #45295A; }
span { border-color: rgb(69,41,90); }
td.TdClassName
{
border-color: #45295A;
}
.TagClassName
{
border-color: #45295A;
}
</style>