Shades of Scarlet Gum #452256
Tints of Scarlet Gum #452256
RGB
CMYK
RGB Variations
Color information
#452256 (or 0x452256) is known color: Scarlet Gum. HEX triplet: 45, 22 and 56. RGB value is (69,34,86). Sum of RGB (Red+Green+Blue) = 69+34+86=189 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.51% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 86 (33.98% from 255 or 45.50% from 189); Max value from RGB is 86 - color contains mainly: blue. Hex color #452256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452256 is #BADDA9. Grayscale: #323232. Windows color (decimal): -12246442 or 5644869. OLE color: 5644869.
HSL color Cylindrical-coordinate representation of color #452256: hue angle of 280.38º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #452256 is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 69 | 34 | 86 | - |
| CMYK | 0.20 | 0.60 | 0 | 0.66 |
| HSL | 280.38º | 0.43% | 0.24% | - |
| HSV(B) | 280.38º | 0.6% | 0.34% | - |
| XYZ | 4.71 | 3.08 | 9.15 | - |
| YUV | 50.39 | 148.1 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 34 | 86 | 0.20 | 0.60 | 0 | 0.66 | 280.38 | 0.43 | 0.24 |
| Hex | 45 | 22 | 56 | 14 | 3C | 0 | 42 | 118 | 2B | 18 |
| Octal | 105 | 42 | 126 | 24 | 74 | 0 | 102 | 430 | 53 | 30 |
| Binary | 1000101 | 100010 | 1010110 | 10100 | 111100 | 0 | 1000010 | 100011000 | 101011 | 11000 |
Color Harmonies of #452256
Complementary color
Monochromatic Colors of #452256
Black with #452256
Text Example
Text Example
White with #452256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452256; }
p { color: rgb(69,34,86); }
H1.HeaderClassName
{
color: #452256;
}
.AnyTagClassName
{
color: #452256;
}
</style>
background-color css
<style>
a { background-color: #452256; }
a { background-color: rgb(69,34,86); }
div.DivClassName
{
background-color: #452256;
}
.BgClassName
{
background-color: #452256;
}
</style>
border-color css
<style>
span { border-color: #452256; }
span { border-color: rgb(69,34,86); }
td.TdClassName
{
border-color: #452256;
}
.TagClassName
{
border-color: #452256;
}
</style>