Shades of Scarlet Gum #45175B
Tints of Scarlet Gum #45175B
RGB
CMYK
RGB Variations
Color information
#45175B (or 0x45175B) is known color: Scarlet Gum. HEX triplet: 45, 17 and 5B. RGB value is (69,23,91). Sum of RGB (Red+Green+Blue) = 69+23+91=183 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.70% from 183); Green value is 23 (9.38% from 255 or 12.57% from 183); Blue value is 91 (35.94% from 255 or 49.73% from 183); Max value from RGB is 91 - color contains mainly: blue. Hex color #45175B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45175B is #BAE8A4. Grayscale: #2C2C2C. Windows color (decimal): -12249253 or 5969733. OLE color: 5969733.
HSL color Cylindrical-coordinate representation of color #45175B: hue angle of 280.59º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #45175B is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 23 | 91 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.64 |
| HSL | 280.59º | 0.6% | 0.22% | - |
| HSV(B) | 280.59º | 0.75% | 0.36% | - |
| XYZ | 4.65 | 2.63 | 10.16 | - |
| YUV | 44.51 | 154.24 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 23 | 91 | 0.24 | 0.75 | 0 | 0.64 | 280.59 | 0.6 | 0.22 |
| Hex | 45 | 17 | 5B | 18 | 4B | 0 | 40 | 119 | 3C | 16 |
| Octal | 105 | 27 | 133 | 30 | 113 | 0 | 100 | 431 | 74 | 26 |
| Binary | 1000101 | 10111 | 1011011 | 11000 | 1001011 | 0 | 1000000 | 100011001 | 111100 | 10110 |
Color Harmonies of #45175B
Complementary color
Monochromatic Colors of #45175B
Black with #45175B
Text Example
Text Example
White with #45175B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45175B; }
p { color: rgb(69,23,91); }
H1.HeaderClassName
{
color: #45175B;
}
.AnyTagClassName
{
color: #45175B;
}
</style>
background-color css
<style>
a { background-color: #45175B; }
a { background-color: rgb(69,23,91); }
div.DivClassName
{
background-color: #45175B;
}
.BgClassName
{
background-color: #45175B;
}
</style>
border-color css
<style>
span { border-color: #45175B; }
span { border-color: rgb(69,23,91); }
td.TdClassName
{
border-color: #45175B;
}
.TagClassName
{
border-color: #45175B;
}
</style>