Shades of Scarlet Gum #452356
Tints of Scarlet Gum #452356
RGB
CMYK
RGB Variations
Color information
#452356 (or 0x452356) is known color: Scarlet Gum. HEX triplet: 45, 23 and 56. RGB value is (69,35,86). Sum of RGB (Red+Green+Blue) = 69+35+86=190 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.32% from 190); Green value is 35 (14.06% from 255 or 18.42% from 190); Blue value is 86 (33.98% from 255 or 45.26% from 190); Max value from RGB is 86 - color contains mainly: blue. Hex color #452356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452356 is #BADCA9. Grayscale: #323232. Windows color (decimal): -12246186 or 5645125. OLE color: 5645125.
HSL color Cylindrical-coordinate representation of color #452356: hue angle of 280º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #452356 is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 69 | 35 | 86 | - |
| CMYK | 0.20 | 0.59 | 0 | 0.66 |
| HSL | 280º | 0.42% | 0.24% | - |
| HSV(B) | 280º | 0.59% | 0.34% | - |
| XYZ | 4.73 | 3.14 | 9.16 | - |
| YUV | 50.98 | 147.76 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 35 | 86 | 0.20 | 0.59 | 0 | 0.66 | 280 | 0.42 | 0.24 |
| Hex | 45 | 23 | 56 | 14 | 3B | 0 | 42 | 118 | 2A | 18 |
| Octal | 105 | 43 | 126 | 24 | 73 | 0 | 102 | 430 | 52 | 30 |
| Binary | 1000101 | 100011 | 1010110 | 10100 | 111011 | 0 | 1000010 | 100011000 | 101010 | 11000 |
Color Harmonies of #452356
Complementary color
Monochromatic Colors of #452356
Black with #452356
Text Example
Text Example
White with #452356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452356; }
p { color: rgb(69,35,86); }
H1.HeaderClassName
{
color: #452356;
}
.AnyTagClassName
{
color: #452356;
}
</style>
background-color css
<style>
a { background-color: #452356; }
a { background-color: rgb(69,35,86); }
div.DivClassName
{
background-color: #452356;
}
.BgClassName
{
background-color: #452356;
}
</style>
border-color css
<style>
span { border-color: #452356; }
span { border-color: rgb(69,35,86); }
td.TdClassName
{
border-color: #452356;
}
.TagClassName
{
border-color: #452356;
}
</style>