Shades of Scarlet Gum #452157
Tints of Scarlet Gum #452157
RGB
CMYK
RGB Variations
Color information
#452157 (or 0x452157) is known color: Scarlet Gum. HEX triplet: 45, 21 and 57. RGB value is (69,33,87). Sum of RGB (Red+Green+Blue) = 69+33+87=189 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.51% from 189); Green value is 33 (13.28% from 255 or 17.46% from 189); Blue value is 87 (34.38% from 255 or 46.03% from 189); Max value from RGB is 87 - color contains mainly: blue. Hex color #452157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452157 is #BADEA8. Grayscale: #313131. Windows color (decimal): -12246697 or 5710149. OLE color: 5710149.
HSL color Cylindrical-coordinate representation of color #452157: hue angle of 280º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #452157 is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 69 | 33 | 87 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.66 |
| HSL | 280º | 0.45% | 0.24% | - |
| HSV(B) | 280º | 0.62% | 0.34% | - |
| XYZ | 4.72 | 3.04 | 9.36 | - |
| YUV | 49.92 | 148.93 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 33 | 87 | 0.21 | 0.62 | 0 | 0.66 | 280 | 0.45 | 0.24 |
| Hex | 45 | 21 | 57 | 15 | 3E | 0 | 42 | 118 | 2D | 18 |
| Octal | 105 | 41 | 127 | 25 | 76 | 0 | 102 | 430 | 55 | 30 |
| Binary | 1000101 | 100001 | 1010111 | 10101 | 111110 | 0 | 1000010 | 100011000 | 101101 | 11000 |
Color Harmonies of #452157
Complementary color
Monochromatic Colors of #452157
Black with #452157
Text Example
Text Example
White with #452157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452157; }
p { color: rgb(69,33,87); }
H1.HeaderClassName
{
color: #452157;
}
.AnyTagClassName
{
color: #452157;
}
</style>
background-color css
<style>
a { background-color: #452157; }
a { background-color: rgb(69,33,87); }
div.DivClassName
{
background-color: #452157;
}
.BgClassName
{
background-color: #452157;
}
</style>
border-color css
<style>
span { border-color: #452157; }
span { border-color: rgb(69,33,87); }
td.TdClassName
{
border-color: #452157;
}
.TagClassName
{
border-color: #452157;
}
</style>