Shades of Scarlet Gum #452156
Tints of Scarlet Gum #452156
RGB
CMYK
RGB Variations
Color information
#452156 (or 0x452156) is known color: Scarlet Gum. HEX triplet: 45, 21 and 56. RGB value is (69,33,86). Sum of RGB (Red+Green+Blue) = 69+33+86=188 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.70% from 188); Green value is 33 (13.28% from 255 or 17.55% from 188); Blue value is 86 (33.98% from 255 or 45.74% from 188); Max value from RGB is 86 - color contains mainly: blue. Hex color #452156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452156 is #BADEA9. Grayscale: #313131. Windows color (decimal): -12246698 or 5644613. OLE color: 5644613.
HSL color Cylindrical-coordinate representation of color #452156: hue angle of 280.75º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #452156 is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 69 | 33 | 86 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.66 |
| HSL | 280.75º | 0.45% | 0.23% | - |
| HSV(B) | 280.75º | 0.62% | 0.34% | - |
| XYZ | 4.68 | 3.02 | 9.14 | - |
| YUV | 49.81 | 148.43 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 33 | 86 | 0.20 | 0.62 | 0 | 0.66 | 280.75 | 0.45 | 0.23 |
| Hex | 45 | 21 | 56 | 14 | 3E | 0 | 42 | 119 | 2D | 17 |
| Octal | 105 | 41 | 126 | 24 | 76 | 0 | 102 | 431 | 55 | 27 |
| Binary | 1000101 | 100001 | 1010110 | 10100 | 111110 | 0 | 1000010 | 100011001 | 101101 | 10111 |
Color Harmonies of #452156
Complementary color
Monochromatic Colors of #452156
Black with #452156
Text Example
Text Example
White with #452156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452156; }
p { color: rgb(69,33,86); }
H1.HeaderClassName
{
color: #452156;
}
.AnyTagClassName
{
color: #452156;
}
</style>
background-color css
<style>
a { background-color: #452156; }
a { background-color: rgb(69,33,86); }
div.DivClassName
{
background-color: #452156;
}
.BgClassName
{
background-color: #452156;
}
</style>
border-color css
<style>
span { border-color: #452156; }
span { border-color: rgb(69,33,86); }
td.TdClassName
{
border-color: #452156;
}
.TagClassName
{
border-color: #452156;
}
</style>