Shades of Scarlet Gum #45314E
Tints of Scarlet Gum #45314E
RGB
CMYK
RGB Variations
Color information
#45314E (or 0x45314E) is known color: Scarlet Gum. HEX triplet: 45, 31 and 4E. RGB value is (69,49,78). Sum of RGB (Red+Green+Blue) = 69+49+78=196 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.20% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 78 (30.86% from 255 or 39.80% from 196); Max value from RGB is 78 - color contains mainly: blue. Hex color #45314E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45314E is #BACEB1. Grayscale: #3A3A3A. Windows color (decimal): -12242610 or 5124421. OLE color: 5124421.
HSL color Cylindrical-coordinate representation of color #45314E: hue angle of 281.38º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #45314E is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 49 | 78 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.69 |
| HSL | 281.38º | 0.23% | 0.25% | - |
| HSV(B) | 281.38º | 0.37% | 0.31% | - |
| XYZ | 4.93 | 4.01 | 7.72 | - |
| YUV | 58.29 | 139.13 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 49 | 78 | 0.12 | 0.37 | 0 | 0.69 | 281.38 | 0.23 | 0.25 |
| Hex | 45 | 31 | 4E | C | 25 | 0 | 45 | 119 | 17 | 19 |
| Octal | 105 | 61 | 116 | 14 | 45 | 0 | 105 | 431 | 27 | 31 |
| Binary | 1000101 | 110001 | 1001110 | 1100 | 100101 | 0 | 1000101 | 100011001 | 10111 | 11001 |
Color Harmonies of #45314E
Complementary color
Monochromatic Colors of #45314E
Black with #45314E
Text Example
Text Example
White with #45314E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45314E; }
p { color: rgb(69,49,78); }
H1.HeaderClassName
{
color: #45314E;
}
.AnyTagClassName
{
color: #45314E;
}
</style>
background-color css
<style>
a { background-color: #45314E; }
a { background-color: rgb(69,49,78); }
div.DivClassName
{
background-color: #45314E;
}
.BgClassName
{
background-color: #45314E;
}
</style>
border-color css
<style>
span { border-color: #45314E; }
span { border-color: rgb(69,49,78); }
td.TdClassName
{
border-color: #45314E;
}
.TagClassName
{
border-color: #45314E;
}
</style>