Shades of Scarlet Gum #452960
Tints of Scarlet Gum #452960
RGB
CMYK
RGB Variations
Color information
#452960 (or 0x452960) is known color: Scarlet Gum. HEX triplet: 45, 29 and 60. RGB value is (69,41,96). Sum of RGB (Red+Green+Blue) = 69+41+96=206 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.50% from 206); Green value is 41 (16.41% from 255 or 19.90% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 96 - color contains mainly: blue. Hex color #452960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452960 is #BAD69F. Grayscale: #373737. Windows color (decimal): -12244640 or 6302021. OLE color: 6302021.
HSL color Cylindrical-coordinate representation of color #452960: hue angle of 270.55º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #452960 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 41 | 96 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.62 |
| HSL | 270.55º | 0.4% | 0.27% | - |
| HSV(B) | 270.55º | 0.57% | 0.38% | - |
| XYZ | 5.36 | 3.7 | 11.5 | - |
| YUV | 55.64 | 150.78 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 41 | 96 | 0.28 | 0.57 | 0 | 0.62 | 270.55 | 0.4 | 0.27 |
| Hex | 45 | 29 | 60 | 1C | 39 | 0 | 3E | 10F | 28 | 1B |
| Octal | 105 | 51 | 140 | 34 | 71 | 0 | 76 | 417 | 50 | 33 |
| Binary | 1000101 | 101001 | 1100000 | 11100 | 111001 | 0 | 111110 | 100001111 | 101000 | 11011 |
Color Harmonies of #452960
Complementary color
Monochromatic Colors of #452960
Black with #452960
Text Example
Text Example
White with #452960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452960; }
p { color: rgb(69,41,96); }
H1.HeaderClassName
{
color: #452960;
}
.AnyTagClassName
{
color: #452960;
}
</style>
background-color css
<style>
a { background-color: #452960; }
a { background-color: rgb(69,41,96); }
div.DivClassName
{
background-color: #452960;
}
.BgClassName
{
background-color: #452960;
}
</style>
border-color css
<style>
span { border-color: #452960; }
span { border-color: rgb(69,41,96); }
td.TdClassName
{
border-color: #452960;
}
.TagClassName
{
border-color: #452960;
}
</style>