Shades of Scarlet Gum #45205C
Tints of Scarlet Gum #45205C
RGB
CMYK
RGB Variations
Color information
#45205C (or 0x45205C) is known color: Scarlet Gum. HEX triplet: 45, 20 and 5C. RGB value is (69,32,92). Sum of RGB (Red+Green+Blue) = 69+32+92=193 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.75% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 92 (36.33% from 255 or 47.67% from 193); Max value from RGB is 92 - color contains mainly: blue. Hex color #45205C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45205C is #BADFA3. Grayscale: #313131. Windows color (decimal): -12246948 or 6037573. OLE color: 6037573.
HSL color Cylindrical-coordinate representation of color #45205C: hue angle of 277º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45205C is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 32 | 92 | - |
| CMYK | 0.25 | 0.65 | 0 | 0.64 |
| HSL | 277º | 0.48% | 0.24% | - |
| HSV(B) | 277º | 0.65% | 0.36% | - |
| XYZ | 4.9 | 3.07 | 10.46 | - |
| YUV | 49.9 | 151.76 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 32 | 92 | 0.25 | 0.65 | 0 | 0.64 | 277 | 0.48 | 0.24 |
| Hex | 45 | 20 | 5C | 19 | 41 | 0 | 40 | 115 | 30 | 18 |
| Octal | 105 | 40 | 134 | 31 | 101 | 0 | 100 | 425 | 60 | 30 |
| Binary | 1000101 | 100000 | 1011100 | 11001 | 1000001 | 0 | 1000000 | 100010101 | 110000 | 11000 |
Color Harmonies of #45205C
Complementary color
Monochromatic Colors of #45205C
Black with #45205C
Text Example
Text Example
White with #45205C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45205C; }
p { color: rgb(69,32,92); }
H1.HeaderClassName
{
color: #45205C;
}
.AnyTagClassName
{
color: #45205C;
}
</style>
background-color css
<style>
a { background-color: #45205C; }
a { background-color: rgb(69,32,92); }
div.DivClassName
{
background-color: #45205C;
}
.BgClassName
{
background-color: #45205C;
}
</style>
border-color css
<style>
span { border-color: #45205C; }
span { border-color: rgb(69,32,92); }
td.TdClassName
{
border-color: #45205C;
}
.TagClassName
{
border-color: #45205C;
}
</style>