Shades of Scarlet Gum #452160
Tints of Scarlet Gum #452160
RGB
CMYK
RGB Variations
Color information
#452160 (or 0x452160) is known color: Scarlet Gum. HEX triplet: 45, 21 and 60. RGB value is (69,33,96). Sum of RGB (Red+Green+Blue) = 69+33+96=198 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.85% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 96 (37.89% from 255 or 48.48% from 198); Max value from RGB is 96 - color contains mainly: blue. Hex color #452160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452160 is #BADE9F. Grayscale: #323232. Windows color (decimal): -12246688 or 6299973. OLE color: 6299973.
HSL color Cylindrical-coordinate representation of color #452160: hue angle of 274.29º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #452160 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 33 | 96 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.62 |
| HSL | 274.29º | 0.49% | 0.25% | - |
| HSV(B) | 274.29º | 0.66% | 0.38% | - |
| XYZ | 5.11 | 3.2 | 11.41 | - |
| YUV | 50.95 | 153.43 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 33 | 96 | 0.28 | 0.66 | 0 | 0.62 | 274.29 | 0.49 | 0.25 |
| Hex | 45 | 21 | 60 | 1C | 42 | 0 | 3E | 112 | 31 | 19 |
| Octal | 105 | 41 | 140 | 34 | 102 | 0 | 76 | 422 | 61 | 31 |
| Binary | 1000101 | 100001 | 1100000 | 11100 | 1000010 | 0 | 111110 | 100010010 | 110001 | 11001 |
Color Harmonies of #452160
Complementary color
Monochromatic Colors of #452160
Black with #452160
Text Example
Text Example
White with #452160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452160; }
p { color: rgb(69,33,96); }
H1.HeaderClassName
{
color: #452160;
}
.AnyTagClassName
{
color: #452160;
}
</style>
background-color css
<style>
a { background-color: #452160; }
a { background-color: rgb(69,33,96); }
div.DivClassName
{
background-color: #452160;
}
.BgClassName
{
background-color: #452160;
}
</style>
border-color css
<style>
span { border-color: #452160; }
span { border-color: rgb(69,33,96); }
td.TdClassName
{
border-color: #452160;
}
.TagClassName
{
border-color: #452160;
}
</style>