Shades of Scarlet Gum #452259
Tints of Scarlet Gum #452259
RGB
CMYK
RGB Variations
Color information
#452259 (or 0x452259) is known color: Scarlet Gum. HEX triplet: 45, 22 and 59. RGB value is (69,34,89). Sum of RGB (Red+Green+Blue) = 69+34+89=192 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.94% from 192); Green value is 34 (13.67% from 255 or 17.71% from 192); Blue value is 89 (35.16% from 255 or 46.35% from 192); Max value from RGB is 89 - color contains mainly: blue. Hex color #452259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452259 is #BADDA6. Grayscale: #323232. Windows color (decimal): -12246439 or 5841477. OLE color: 5841477.
HSL color Cylindrical-coordinate representation of color #452259: hue angle of 278.18º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #452259 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 34 | 89 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.65 |
| HSL | 278.18º | 0.45% | 0.24% | - |
| HSV(B) | 278.18º | 0.62% | 0.35% | - |
| XYZ | 4.83 | 3.13 | 9.8 | - |
| YUV | 50.74 | 149.6 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 34 | 89 | 0.22 | 0.62 | 0 | 0.65 | 278.18 | 0.45 | 0.24 |
| Hex | 45 | 22 | 59 | 16 | 3E | 0 | 41 | 116 | 2D | 18 |
| Octal | 105 | 42 | 131 | 26 | 76 | 0 | 101 | 426 | 55 | 30 |
| Binary | 1000101 | 100010 | 1011001 | 10110 | 111110 | 0 | 1000001 | 100010110 | 101101 | 11000 |
Color Harmonies of #452259
Complementary color
Monochromatic Colors of #452259
Black with #452259
Text Example
Text Example
White with #452259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452259; }
p { color: rgb(69,34,89); }
H1.HeaderClassName
{
color: #452259;
}
.AnyTagClassName
{
color: #452259;
}
</style>
background-color css
<style>
a { background-color: #452259; }
a { background-color: rgb(69,34,89); }
div.DivClassName
{
background-color: #452259;
}
.BgClassName
{
background-color: #452259;
}
</style>
border-color css
<style>
span { border-color: #452259; }
span { border-color: rgb(69,34,89); }
td.TdClassName
{
border-color: #452259;
}
.TagClassName
{
border-color: #452259;
}
</style>