Shades of Scarlet Gum #45185D
Tints of Scarlet Gum #45185D
RGB
CMYK
RGB Variations
Color information
#45185D (or 0x45185D) is known color: Scarlet Gum. HEX triplet: 45, 18 and 5D. RGB value is (69,24,93). Sum of RGB (Red+Green+Blue) = 69+24+93=186 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.10% from 186); Green value is 24 (9.77% from 255 or 12.90% from 186); Blue value is 93 (36.72% from 255 or 50% from 186); Max value from RGB is 93 - color contains mainly: blue. Hex color #45185D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45185D is #BAE7A2. Grayscale: #2D2D2D. Windows color (decimal): -12248995 or 6101061. OLE color: 6101061.
HSL color Cylindrical-coordinate representation of color #45185D: hue angle of 279.13º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #45185D is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 24 | 93 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.64 |
| HSL | 279.13º | 0.59% | 0.23% | - |
| HSV(B) | 279.13º | 0.74% | 0.36% | - |
| XYZ | 4.76 | 2.71 | 10.63 | - |
| YUV | 45.32 | 154.91 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 24 | 93 | 0.26 | 0.74 | 0 | 0.64 | 279.13 | 0.59 | 0.23 |
| Hex | 45 | 18 | 5D | 1A | 4A | 0 | 40 | 117 | 3B | 17 |
| Octal | 105 | 30 | 135 | 32 | 112 | 0 | 100 | 427 | 73 | 27 |
| Binary | 1000101 | 11000 | 1011101 | 11010 | 1001010 | 0 | 1000000 | 100010111 | 111011 | 10111 |
Color Harmonies of #45185D
Complementary color
Monochromatic Colors of #45185D
Black with #45185D
Text Example
Text Example
White with #45185D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45185D; }
p { color: rgb(69,24,93); }
H1.HeaderClassName
{
color: #45185D;
}
.AnyTagClassName
{
color: #45185D;
}
</style>
background-color css
<style>
a { background-color: #45185D; }
a { background-color: rgb(69,24,93); }
div.DivClassName
{
background-color: #45185D;
}
.BgClassName
{
background-color: #45185D;
}
</style>
border-color css
<style>
span { border-color: #45185D; }
span { border-color: rgb(69,24,93); }
td.TdClassName
{
border-color: #45185D;
}
.TagClassName
{
border-color: #45185D;
}
</style>