Shades of Scarlet Gum #452559
Tints of Scarlet Gum #452559
RGB
CMYK
RGB Variations
Color information
#452559 (or 0x452559) is known color: Scarlet Gum. HEX triplet: 45, 25 and 59. RGB value is (69,37,89). Sum of RGB (Red+Green+Blue) = 69+37+89=195 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.38% from 195); Green value is 37 (14.84% from 255 or 18.97% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 89 - color contains mainly: blue. Hex color #452559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452559 is #BADAA6. Grayscale: #343434. Windows color (decimal): -12245671 or 5842245. OLE color: 5842245.
HSL color Cylindrical-coordinate representation of color #452559: hue angle of 276.92º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #452559 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 37 | 89 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.65 |
| HSL | 276.92º | 0.41% | 0.25% | - |
| HSV(B) | 276.92º | 0.58% | 0.35% | - |
| XYZ | 4.92 | 3.31 | 9.83 | - |
| YUV | 52.5 | 148.6 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 37 | 89 | 0.22 | 0.58 | 0 | 0.65 | 276.92 | 0.41 | 0.25 |
| Hex | 45 | 25 | 59 | 16 | 3A | 0 | 41 | 115 | 29 | 19 |
| Octal | 105 | 45 | 131 | 26 | 72 | 0 | 101 | 425 | 51 | 31 |
| Binary | 1000101 | 100101 | 1011001 | 10110 | 111010 | 0 | 1000001 | 100010101 | 101001 | 11001 |
Color Harmonies of #452559
Complementary color
Monochromatic Colors of #452559
Black with #452559
Text Example
Text Example
White with #452559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452559; }
p { color: rgb(69,37,89); }
H1.HeaderClassName
{
color: #452559;
}
.AnyTagClassName
{
color: #452559;
}
</style>
background-color css
<style>
a { background-color: #452559; }
a { background-color: rgb(69,37,89); }
div.DivClassName
{
background-color: #452559;
}
.BgClassName
{
background-color: #452559;
}
</style>
border-color css
<style>
span { border-color: #452559; }
span { border-color: rgb(69,37,89); }
td.TdClassName
{
border-color: #452559;
}
.TagClassName
{
border-color: #452559;
}
</style>