Shades of Scarlet Gum #45295E
Tints of Scarlet Gum #45295E
RGB
CMYK
RGB Variations
Color information
#45295E (or 0x45295E) is known color: Scarlet Gum. HEX triplet: 45, 29 and 5E. RGB value is (69,41,94). Sum of RGB (Red+Green+Blue) = 69+41+94=204 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.82% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 94 (37.11% from 255 or 46.08% from 204); Max value from RGB is 94 - color contains mainly: blue. Hex color #45295E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45295E is #BAD6A1. Grayscale: #373737. Windows color (decimal): -12244642 or 6170949. OLE color: 6170949.
HSL color Cylindrical-coordinate representation of color #45295E: hue angle of 271.7º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #45295E is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 69 | 41 | 94 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.63 |
| HSL | 271.7º | 0.39% | 0.26% | - |
| HSV(B) | 271.7º | 0.56% | 0.37% | - |
| XYZ | 5.27 | 3.66 | 11.02 | - |
| YUV | 55.41 | 149.78 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 41 | 94 | 0.27 | 0.56 | 0 | 0.63 | 271.7 | 0.39 | 0.26 |
| Hex | 45 | 29 | 5E | 1B | 38 | 0 | 3F | 110 | 27 | 1A |
| Octal | 105 | 51 | 136 | 33 | 70 | 0 | 77 | 420 | 47 | 32 |
| Binary | 1000101 | 101001 | 1011110 | 11011 | 111000 | 0 | 111111 | 100010000 | 100111 | 11010 |
Color Harmonies of #45295E
Complementary color
Monochromatic Colors of #45295E
Black with #45295E
Text Example
Text Example
White with #45295E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45295E; }
p { color: rgb(69,41,94); }
H1.HeaderClassName
{
color: #45295E;
}
.AnyTagClassName
{
color: #45295E;
}
</style>
background-color css
<style>
a { background-color: #45295E; }
a { background-color: rgb(69,41,94); }
div.DivClassName
{
background-color: #45295E;
}
.BgClassName
{
background-color: #45295E;
}
</style>
border-color css
<style>
span { border-color: #45295E; }
span { border-color: rgb(69,41,94); }
td.TdClassName
{
border-color: #45295E;
}
.TagClassName
{
border-color: #45295E;
}
</style>