Shades of Scarlet Gum #45175C
Tints of Scarlet Gum #45175C
RGB
CMYK
RGB Variations
Color information
#45175C (or 0x45175C) is known color: Scarlet Gum. HEX triplet: 45, 17 and 5C. RGB value is (69,23,92). Sum of RGB (Red+Green+Blue) = 69+23+92=184 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.5% from 184); Green value is 23 (9.38% from 255 or 12.5% from 184); Blue value is 92 (36.33% from 255 or 50% from 184); Max value from RGB is 92 - color contains mainly: blue. Hex color #45175C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45175C is #BAE8A3. Grayscale: #2C2C2C. Windows color (decimal): -12249252 or 6035269. OLE color: 6035269.
HSL color Cylindrical-coordinate representation of color #45175C: hue angle of 280º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #45175C is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 23 | 92 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.64 |
| HSL | 280º | 0.6% | 0.23% | - |
| HSV(B) | 280º | 0.75% | 0.36% | - |
| XYZ | 4.69 | 2.65 | 10.39 | - |
| YUV | 44.62 | 154.74 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 23 | 92 | 0.25 | 0.75 | 0 | 0.64 | 280 | 0.6 | 0.23 |
| Hex | 45 | 17 | 5C | 19 | 4B | 0 | 40 | 118 | 3C | 17 |
| Octal | 105 | 27 | 134 | 31 | 113 | 0 | 100 | 430 | 74 | 27 |
| Binary | 1000101 | 10111 | 1011100 | 11001 | 1001011 | 0 | 1000000 | 100011000 | 111100 | 10111 |
Color Harmonies of #45175C
Complementary color
Monochromatic Colors of #45175C
Black with #45175C
Text Example
Text Example
White with #45175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45175C; }
p { color: rgb(69,23,92); }
H1.HeaderClassName
{
color: #45175C;
}
.AnyTagClassName
{
color: #45175C;
}
</style>
background-color css
<style>
a { background-color: #45175C; }
a { background-color: rgb(69,23,92); }
div.DivClassName
{
background-color: #45175C;
}
.BgClassName
{
background-color: #45175C;
}
</style>
border-color css
<style>
span { border-color: #45175C; }
span { border-color: rgb(69,23,92); }
td.TdClassName
{
border-color: #45175C;
}
.TagClassName
{
border-color: #45175C;
}
</style>