Shades of Scarlet Gum #45295F
Tints of Scarlet Gum #45295F
RGB
CMYK
RGB Variations
Color information
#45295F (or 0x45295F) is known color: Scarlet Gum. HEX triplet: 45, 29 and 5F. RGB value is (69,41,95). Sum of RGB (Red+Green+Blue) = 69+41+95=205 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.66% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 95 (37.5% from 255 or 46.34% from 205); Max value from RGB is 95 - color contains mainly: blue. Hex color #45295F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45295F is #BAD6A0. Grayscale: #373737. Windows color (decimal): -12244641 or 6236485. OLE color: 6236485.
HSL color Cylindrical-coordinate representation of color #45295F: hue angle of 271.11º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #45295F is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 69 | 41 | 95 | - |
| CMYK | 0.27 | 0.57 | 0 | 0.63 |
| HSL | 271.11º | 0.4% | 0.27% | - |
| HSV(B) | 271.11º | 0.57% | 0.37% | - |
| XYZ | 5.31 | 3.68 | 11.26 | - |
| YUV | 55.53 | 150.28 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 41 | 95 | 0.27 | 0.57 | 0 | 0.63 | 271.11 | 0.4 | 0.27 |
| Hex | 45 | 29 | 5F | 1B | 39 | 0 | 3F | 10F | 28 | 1B |
| Octal | 105 | 51 | 137 | 33 | 71 | 0 | 77 | 417 | 50 | 33 |
| Binary | 1000101 | 101001 | 1011111 | 11011 | 111001 | 0 | 111111 | 100001111 | 101000 | 11011 |
Color Harmonies of #45295F
Complementary color
Monochromatic Colors of #45295F
Black with #45295F
Text Example
Text Example
White with #45295F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45295F; }
p { color: rgb(69,41,95); }
H1.HeaderClassName
{
color: #45295F;
}
.AnyTagClassName
{
color: #45295F;
}
</style>
background-color css
<style>
a { background-color: #45295F; }
a { background-color: rgb(69,41,95); }
div.DivClassName
{
background-color: #45295F;
}
.BgClassName
{
background-color: #45295F;
}
</style>
border-color css
<style>
span { border-color: #45295F; }
span { border-color: rgb(69,41,95); }
td.TdClassName
{
border-color: #45295F;
}
.TagClassName
{
border-color: #45295F;
}
</style>