Shades of Scarlet Gum #451951
Tints of Scarlet Gum #451951
RGB
CMYK
RGB Variations
Color information
#451951 (or 0x451951) is known color: Scarlet Gum. HEX triplet: 45, 19 and 51. RGB value is (69,25,81). Sum of RGB (Red+Green+Blue) = 69+25+81=175 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.43% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 81 (32.03% from 255 or 46.29% from 175); Max value from RGB is 81 - color contains mainly: blue. Hex color #451951 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451951 is #BAE6AE. Grayscale: #2C2C2C. Windows color (decimal): -12248751 or 5314885. OLE color: 5314885.
HSL color Cylindrical-coordinate representation of color #451951: hue angle of 287.14º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #451951 is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 69 | 25 | 81 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.68 |
| HSL | 287.14º | 0.53% | 0.21% | - |
| HSV(B) | 287.14º | 0.69% | 0.32% | - |
| XYZ | 4.29 | 2.55 | 8.05 | - |
| YUV | 44.54 | 148.58 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 25 | 81 | 0.15 | 0.69 | 0 | 0.68 | 287.14 | 0.53 | 0.21 |
| Hex | 45 | 19 | 51 | F | 45 | 0 | 44 | 11F | 35 | 15 |
| Octal | 105 | 31 | 121 | 17 | 105 | 0 | 104 | 437 | 65 | 25 |
| Binary | 1000101 | 11001 | 1010001 | 1111 | 1000101 | 0 | 1000100 | 100011111 | 110101 | 10101 |
Color Harmonies of #451951
Complementary color
Monochromatic Colors of #451951
Black with #451951
Text Example
Text Example
White with #451951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451951; }
p { color: rgb(69,25,81); }
H1.HeaderClassName
{
color: #451951;
}
.AnyTagClassName
{
color: #451951;
}
</style>
background-color css
<style>
a { background-color: #451951; }
a { background-color: rgb(69,25,81); }
div.DivClassName
{
background-color: #451951;
}
.BgClassName
{
background-color: #451951;
}
</style>
border-color css
<style>
span { border-color: #451951; }
span { border-color: rgb(69,25,81); }
td.TdClassName
{
border-color: #451951;
}
.TagClassName
{
border-color: #451951;
}
</style>