Shades of Scarlet Gum #45225E
Tints of Scarlet Gum #45225E
RGB
CMYK
RGB Variations
Color information
#45225E (or 0x45225E) is known color: Scarlet Gum. HEX triplet: 45, 22 and 5E. RGB value is (69,34,94). Sum of RGB (Red+Green+Blue) = 69+34+94=197 (26% of max value = 765). Red value is 69 (27.34% from 255 or 35.03% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 94 (37.11% from 255 or 47.72% from 197); Max value from RGB is 94 - color contains mainly: blue. Hex color #45225E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45225E is #BADDA1. Grayscale: #333333. Windows color (decimal): -12246434 or 6169157. OLE color: 6169157.
HSL color Cylindrical-coordinate representation of color #45225E: hue angle of 275º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #45225E is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 69 | 34 | 94 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.63 |
| HSL | 275º | 0.47% | 0.25% | - |
| HSV(B) | 275º | 0.64% | 0.37% | - |
| XYZ | 5.05 | 3.22 | 10.94 | - |
| YUV | 51.31 | 152.1 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 34 | 94 | 0.27 | 0.64 | 0 | 0.63 | 275 | 0.47 | 0.25 |
| Hex | 45 | 22 | 5E | 1B | 40 | 0 | 3F | 113 | 2F | 19 |
| Octal | 105 | 42 | 136 | 33 | 100 | 0 | 77 | 423 | 57 | 31 |
| Binary | 1000101 | 100010 | 1011110 | 11011 | 1000000 | 0 | 111111 | 100010011 | 101111 | 11001 |
Color Harmonies of #45225E
Complementary color
Monochromatic Colors of #45225E
Black with #45225E
Text Example
Text Example
White with #45225E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45225E; }
p { color: rgb(69,34,94); }
H1.HeaderClassName
{
color: #45225E;
}
.AnyTagClassName
{
color: #45225E;
}
</style>
background-color css
<style>
a { background-color: #45225E; }
a { background-color: rgb(69,34,94); }
div.DivClassName
{
background-color: #45225E;
}
.BgClassName
{
background-color: #45225E;
}
</style>
border-color css
<style>
span { border-color: #45225E; }
span { border-color: rgb(69,34,94); }
td.TdClassName
{
border-color: #45225E;
}
.TagClassName
{
border-color: #45225E;
}
</style>