Shades of Scarlet Gum #45254E
Tints of Scarlet Gum #45254E
RGB
CMYK
RGB Variations
Color information
#45254E (or 0x45254E) is known color: Scarlet Gum. HEX triplet: 45, 25 and 4E. RGB value is (69,37,78). Sum of RGB (Red+Green+Blue) = 69+37+78=184 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.5% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 78 (30.86% from 255 or 42.39% from 184); Max value from RGB is 78 - color contains mainly: blue. Hex color #45254E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45254E is #BADAB1. Grayscale: #333333. Windows color (decimal): -12245682 or 5121349. OLE color: 5121349.
HSL color Cylindrical-coordinate representation of color #45254E: hue angle of 286.83º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #45254E is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 37 | 78 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.69 |
| HSL | 286.83º | 0.36% | 0.23% | - |
| HSV(B) | 286.83º | 0.53% | 0.31% | - |
| XYZ | 4.49 | 3.14 | 7.58 | - |
| YUV | 51.24 | 143.1 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 37 | 78 | 0.12 | 0.53 | 0 | 0.69 | 286.83 | 0.36 | 0.23 |
| Hex | 45 | 25 | 4E | C | 35 | 0 | 45 | 11F | 24 | 17 |
| Octal | 105 | 45 | 116 | 14 | 65 | 0 | 105 | 437 | 44 | 27 |
| Binary | 1000101 | 100101 | 1001110 | 1100 | 110101 | 0 | 1000101 | 100011111 | 100100 | 10111 |
Color Harmonies of #45254E
Complementary color
Monochromatic Colors of #45254E
Black with #45254E
Text Example
Text Example
White with #45254E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45254E; }
p { color: rgb(69,37,78); }
H1.HeaderClassName
{
color: #45254E;
}
.AnyTagClassName
{
color: #45254E;
}
</style>
background-color css
<style>
a { background-color: #45254E; }
a { background-color: rgb(69,37,78); }
div.DivClassName
{
background-color: #45254E;
}
.BgClassName
{
background-color: #45254E;
}
</style>
border-color css
<style>
span { border-color: #45254E; }
span { border-color: rgb(69,37,78); }
td.TdClassName
{
border-color: #45254E;
}
.TagClassName
{
border-color: #45254E;
}
</style>