Shades of Scarlet Gum #45185C
Tints of Scarlet Gum #45185C
RGB
CMYK
RGB Variations
Color information
#45185C (or 0x45185C) is known color: Scarlet Gum. HEX triplet: 45, 18 and 5C. RGB value is (69,24,92). Sum of RGB (Red+Green+Blue) = 69+24+92=185 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.30% from 185); Green value is 24 (9.77% from 255 or 12.97% from 185); Blue value is 92 (36.33% from 255 or 49.73% from 185); Max value from RGB is 92 - color contains mainly: blue. Hex color #45185C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45185C is #BAE7A3. Grayscale: #2C2C2C. Windows color (decimal): -12248996 or 6035525. OLE color: 6035525.
HSL color Cylindrical-coordinate representation of color #45185C: hue angle of 279.71º 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 #45185C is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 24 | 92 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.64 |
| HSL | 279.71º | 0.59% | 0.23% | - |
| HSV(B) | 279.71º | 0.74% | 0.36% | - |
| XYZ | 4.71 | 2.69 | 10.4 | - |
| YUV | 45.21 | 154.41 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 24 | 92 | 0.25 | 0.74 | 0 | 0.64 | 279.71 | 0.59 | 0.23 |
| Hex | 45 | 18 | 5C | 19 | 4A | 0 | 40 | 118 | 3B | 17 |
| Octal | 105 | 30 | 134 | 31 | 112 | 0 | 100 | 430 | 73 | 27 |
| Binary | 1000101 | 11000 | 1011100 | 11001 | 1001010 | 0 | 1000000 | 100011000 | 111011 | 10111 |
Color Harmonies of #45185C
Complementary color
Monochromatic Colors of #45185C
Black with #45185C
Text Example
Text Example
White with #45185C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45185C; }
p { color: rgb(69,24,92); }
H1.HeaderClassName
{
color: #45185C;
}
.AnyTagClassName
{
color: #45185C;
}
</style>
background-color css
<style>
a { background-color: #45185C; }
a { background-color: rgb(69,24,92); }
div.DivClassName
{
background-color: #45185C;
}
.BgClassName
{
background-color: #45185C;
}
</style>
border-color css
<style>
span { border-color: #45185C; }
span { border-color: rgb(69,24,92); }
td.TdClassName
{
border-color: #45185C;
}
.TagClassName
{
border-color: #45185C;
}
</style>