Shades of Scarlet Gum #451954
Tints of Scarlet Gum #451954
RGB
CMYK
RGB Variations
Color information
#451954 (or 0x451954) is known color: Scarlet Gum. HEX triplet: 45, 19 and 54. RGB value is (69,25,84). Sum of RGB (Red+Green+Blue) = 69+25+84=178 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.76% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 84 (33.20% from 255 or 47.19% from 178); Max value from RGB is 84 - color contains mainly: blue. Hex color #451954 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451954 is #BAE6AB. Grayscale: #2C2C2C. Windows color (decimal): -12248748 or 5511493. OLE color: 5511493.
HSL color Cylindrical-coordinate representation of color #451954: hue angle of 284.75º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #451954 is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 25 | 84 | - |
| CMYK | 0.18 | 0.70 | 0 | 0.67 |
| HSL | 284.75º | 0.54% | 0.21% | - |
| HSV(B) | 284.75º | 0.7% | 0.33% | - |
| XYZ | 4.4 | 2.6 | 8.66 | - |
| YUV | 44.88 | 150.08 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 25 | 84 | 0.18 | 0.70 | 0 | 0.67 | 284.75 | 0.54 | 0.21 |
| Hex | 45 | 19 | 54 | 12 | 46 | 0 | 43 | 11D | 36 | 15 |
| Octal | 105 | 31 | 124 | 22 | 106 | 0 | 103 | 435 | 66 | 25 |
| Binary | 1000101 | 11001 | 1010100 | 10010 | 1000110 | 0 | 1000011 | 100011101 | 110110 | 10101 |
Color Harmonies of #451954
Complementary color
Monochromatic Colors of #451954
Black with #451954
Text Example
Text Example
White with #451954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451954; }
p { color: rgb(69,25,84); }
H1.HeaderClassName
{
color: #451954;
}
.AnyTagClassName
{
color: #451954;
}
</style>
background-color css
<style>
a { background-color: #451954; }
a { background-color: rgb(69,25,84); }
div.DivClassName
{
background-color: #451954;
}
.BgClassName
{
background-color: #451954;
}
</style>
border-color css
<style>
span { border-color: #451954; }
span { border-color: rgb(69,25,84); }
td.TdClassName
{
border-color: #451954;
}
.TagClassName
{
border-color: #451954;
}
</style>