Shades of Scarlet Gum #45245C
Tints of Scarlet Gum #45245C
RGB
CMYK
RGB Variations
Color information
#45245C (or 0x45245C) is known color: Scarlet Gum. HEX triplet: 45, 24 and 5C. RGB value is (69,36,92). Sum of RGB (Red+Green+Blue) = 69+36+92=197 (26% of max value = 765). Red value is 69 (27.34% from 255 or 35.03% from 197); Green value is 36 (14.45% from 255 or 18.27% from 197); Blue value is 92 (36.33% from 255 or 46.70% from 197); Max value from RGB is 92 - color contains mainly: blue. Hex color #45245C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45245C is #BADBA3. Grayscale: #343434. Windows color (decimal): -12245924 or 6038597. OLE color: 6038597.
HSL color Cylindrical-coordinate representation of color #45245C: hue angle of 275.36º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #45245C is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 36 | 92 | - |
| CMYK | 0.25 | 0.61 | 0 | 0.64 |
| HSL | 275.36º | 0.44% | 0.25% | - |
| HSV(B) | 275.36º | 0.61% | 0.36% | - |
| XYZ | 5.02 | 3.3 | 10.5 | - |
| YUV | 52.25 | 150.43 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 36 | 92 | 0.25 | 0.61 | 0 | 0.64 | 275.36 | 0.44 | 0.25 |
| Hex | 45 | 24 | 5C | 19 | 3D | 0 | 40 | 113 | 2C | 19 |
| Octal | 105 | 44 | 134 | 31 | 75 | 0 | 100 | 423 | 54 | 31 |
| Binary | 1000101 | 100100 | 1011100 | 11001 | 111101 | 0 | 1000000 | 100010011 | 101100 | 11001 |
Color Harmonies of #45245C
Complementary color
Monochromatic Colors of #45245C
Black with #45245C
Text Example
Text Example
White with #45245C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45245C; }
p { color: rgb(69,36,92); }
H1.HeaderClassName
{
color: #45245C;
}
.AnyTagClassName
{
color: #45245C;
}
</style>
background-color css
<style>
a { background-color: #45245C; }
a { background-color: rgb(69,36,92); }
div.DivClassName
{
background-color: #45245C;
}
.BgClassName
{
background-color: #45245C;
}
</style>
border-color css
<style>
span { border-color: #45245C; }
span { border-color: rgb(69,36,92); }
td.TdClassName
{
border-color: #45245C;
}
.TagClassName
{
border-color: #45245C;
}
</style>