Shades of Scarlet Gum #452860
Tints of Scarlet Gum #452860
RGB
CMYK
RGB Variations
Color information
#452860 (or 0x452860) is known color: Scarlet Gum. HEX triplet: 45, 28 and 60. RGB value is (69,40,96). Sum of RGB (Red+Green+Blue) = 69+40+96=205 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.66% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 96 (37.89% from 255 or 46.83% from 205); Max value from RGB is 96 - color contains mainly: blue. Hex color #452860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452860 is #BAD79F. Grayscale: #363636. Windows color (decimal): -12244896 or 6301765. OLE color: 6301765.
HSL color Cylindrical-coordinate representation of color #452860: hue angle of 271.07º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #452860 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 40 | 96 | - |
| CMYK | 0.28 | 0.58 | 0 | 0.62 |
| HSL | 271.07º | 0.41% | 0.27% | - |
| HSV(B) | 271.07º | 0.58% | 0.38% | - |
| XYZ | 5.32 | 3.63 | 11.49 | - |
| YUV | 55.06 | 151.11 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 40 | 96 | 0.28 | 0.58 | 0 | 0.62 | 271.07 | 0.41 | 0.27 |
| Hex | 45 | 28 | 60 | 1C | 3A | 0 | 3E | 10F | 29 | 1B |
| Octal | 105 | 50 | 140 | 34 | 72 | 0 | 76 | 417 | 51 | 33 |
| Binary | 1000101 | 101000 | 1100000 | 11100 | 111010 | 0 | 111110 | 100001111 | 101001 | 11011 |
Color Harmonies of #452860
Complementary color
Monochromatic Colors of #452860
Black with #452860
Text Example
Text Example
White with #452860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452860; }
p { color: rgb(69,40,96); }
H1.HeaderClassName
{
color: #452860;
}
.AnyTagClassName
{
color: #452860;
}
</style>
background-color css
<style>
a { background-color: #452860; }
a { background-color: rgb(69,40,96); }
div.DivClassName
{
background-color: #452860;
}
.BgClassName
{
background-color: #452860;
}
</style>
border-color css
<style>
span { border-color: #452860; }
span { border-color: rgb(69,40,96); }
td.TdClassName
{
border-color: #452860;
}
.TagClassName
{
border-color: #452860;
}
</style>