Shades of Scarlet Gum #451256
Tints of Scarlet Gum #451256
RGB
CMYK
RGB Variations
Color information
#451256 (or 0x451256) is known color: Scarlet Gum. HEX triplet: 45, 12 and 56. RGB value is (69,18,86). Sum of RGB (Red+Green+Blue) = 69+18+86=173 (22% of max value = 765). Red value is 69 (27.34% from 255 or 39.88% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 86 (33.98% from 255 or 49.71% from 173); Max value from RGB is 86 - color contains mainly: blue. Hex color #451256 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451256 is #BAEDA9. Grayscale: #282828. Windows color (decimal): -12250538 or 5640773. OLE color: 5640773.
HSL color Cylindrical-coordinate representation of color #451256: hue angle of 285º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #451256 is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 69 | 18 | 86 | - |
| CMYK | 0.20 | 0.79 | 0 | 0.66 |
| HSL | 285º | 0.65% | 0.2% | - |
| HSV(B) | 285º | 0.79% | 0.34% | - |
| XYZ | 4.35 | 2.37 | 9.03 | - |
| YUV | 41 | 153.4 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 18 | 86 | 0.20 | 0.79 | 0 | 0.66 | 285 | 0.65 | 0.2 |
| Hex | 45 | 12 | 56 | 14 | 4F | 0 | 42 | 11D | 41 | 14 |
| Octal | 105 | 22 | 126 | 24 | 117 | 0 | 102 | 435 | 101 | 24 |
| Binary | 1000101 | 10010 | 1010110 | 10100 | 1001111 | 0 | 1000010 | 100011101 | 1000001 | 10100 |
Color Harmonies of #451256
Complementary color
Monochromatic Colors of #451256
Black with #451256
Text Example
Text Example
White with #451256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451256; }
p { color: rgb(69,18,86); }
H1.HeaderClassName
{
color: #451256;
}
.AnyTagClassName
{
color: #451256;
}
</style>
background-color css
<style>
a { background-color: #451256; }
a { background-color: rgb(69,18,86); }
div.DivClassName
{
background-color: #451256;
}
.BgClassName
{
background-color: #451256;
}
</style>
border-color css
<style>
span { border-color: #451256; }
span { border-color: rgb(69,18,86); }
td.TdClassName
{
border-color: #451256;
}
.TagClassName
{
border-color: #451256;
}
</style>