Shades of Scarlet Gum #452154
Tints of Scarlet Gum #452154
RGB
CMYK
RGB Variations
Color information
#452154 (or 0x452154) is known color: Scarlet Gum. HEX triplet: 45, 21 and 54. RGB value is (69,33,84). Sum of RGB (Red+Green+Blue) = 69+33+84=186 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.10% from 186); Green value is 33 (13.28% from 255 or 17.74% from 186); Blue value is 84 (33.20% from 255 or 45.16% from 186); Max value from RGB is 84 - color contains mainly: blue. Hex color #452154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452154 is #BADEAB. Grayscale: #313131. Windows color (decimal): -12246700 or 5513541. OLE color: 5513541.
HSL color Cylindrical-coordinate representation of color #452154: hue angle of 282.35º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #452154 is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 33 | 84 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.67 |
| HSL | 282.35º | 0.44% | 0.23% | - |
| HSV(B) | 282.35º | 0.61% | 0.33% | - |
| XYZ | 4.6 | 2.99 | 8.72 | - |
| YUV | 49.58 | 147.43 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 33 | 84 | 0.18 | 0.61 | 0 | 0.67 | 282.35 | 0.44 | 0.23 |
| Hex | 45 | 21 | 54 | 12 | 3D | 0 | 43 | 11A | 2C | 17 |
| Octal | 105 | 41 | 124 | 22 | 75 | 0 | 103 | 432 | 54 | 27 |
| Binary | 1000101 | 100001 | 1010100 | 10010 | 111101 | 0 | 1000011 | 100011010 | 101100 | 10111 |
Color Harmonies of #452154
Complementary color
Monochromatic Colors of #452154
Black with #452154
Text Example
Text Example
White with #452154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452154; }
p { color: rgb(69,33,84); }
H1.HeaderClassName
{
color: #452154;
}
.AnyTagClassName
{
color: #452154;
}
</style>
background-color css
<style>
a { background-color: #452154; }
a { background-color: rgb(69,33,84); }
div.DivClassName
{
background-color: #452154;
}
.BgClassName
{
background-color: #452154;
}
</style>
border-color css
<style>
span { border-color: #452154; }
span { border-color: rgb(69,33,84); }
td.TdClassName
{
border-color: #452154;
}
.TagClassName
{
border-color: #452154;
}
</style>