Shades of Scarlet Gum #45135B
Tints of Scarlet Gum #45135B
RGB
CMYK
RGB Variations
Color information
#45135B (or 0x45135B) is known color: Scarlet Gum. HEX triplet: 45, 13 and 5B. RGB value is (69,19,91). Sum of RGB (Red+Green+Blue) = 69+19+91=179 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.55% from 179); Green value is 19 (7.81% from 255 or 10.61% from 179); Blue value is 91 (35.94% from 255 or 50.84% from 179); Max value from RGB is 91 - color contains mainly: blue. Hex color #45135B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45135B is #BAECA4. Grayscale: #292929. Windows color (decimal): -12250277 or 5968709. OLE color: 5968709.
HSL color Cylindrical-coordinate representation of color #45135B: hue angle of 281.67º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #45135B is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 19 | 91 | - |
| CMYK | 0.24 | 0.79 | 0 | 0.64 |
| HSL | 281.67º | 0.65% | 0.22% | - |
| HSV(B) | 281.67º | 0.79% | 0.36% | - |
| XYZ | 4.58 | 2.49 | 10.14 | - |
| YUV | 42.16 | 155.57 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 19 | 91 | 0.24 | 0.79 | 0 | 0.64 | 281.67 | 0.65 | 0.22 |
| Hex | 45 | 13 | 5B | 18 | 4F | 0 | 40 | 11A | 41 | 16 |
| Octal | 105 | 23 | 133 | 30 | 117 | 0 | 100 | 432 | 101 | 26 |
| Binary | 1000101 | 10011 | 1011011 | 11000 | 1001111 | 0 | 1000000 | 100011010 | 1000001 | 10110 |
Color Harmonies of #45135B
Complementary color
Monochromatic Colors of #45135B
Black with #45135B
Text Example
Text Example
White with #45135B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45135B; }
p { color: rgb(69,19,91); }
H1.HeaderClassName
{
color: #45135B;
}
.AnyTagClassName
{
color: #45135B;
}
</style>
background-color css
<style>
a { background-color: #45135B; }
a { background-color: rgb(69,19,91); }
div.DivClassName
{
background-color: #45135B;
}
.BgClassName
{
background-color: #45135B;
}
</style>
border-color css
<style>
span { border-color: #45135B; }
span { border-color: rgb(69,19,91); }
td.TdClassName
{
border-color: #45135B;
}
.TagClassName
{
border-color: #45135B;
}
</style>