Shades of Scarlet Gum #45255C
Tints of Scarlet Gum #45255C
RGB
CMYK
RGB Variations
Color information
#45255C (or 0x45255C) is known color: Scarlet Gum. HEX triplet: 45, 25 and 5C. RGB value is (69,37,92). Sum of RGB (Red+Green+Blue) = 69+37+92=198 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.85% from 198); Green value is 37 (14.84% from 255 or 18.69% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 92 - color contains mainly: blue. Hex color #45255C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45255C is #BADAA3. Grayscale: #343434. Windows color (decimal): -12245668 or 6038853. OLE color: 6038853.
HSL color Cylindrical-coordinate representation of color #45255C: hue angle of 274.91º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #45255C is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 37 | 92 | - |
| CMYK | 0.25 | 0.60 | 0 | 0.64 |
| HSL | 274.91º | 0.43% | 0.25% | - |
| HSV(B) | 274.91º | 0.6% | 0.36% | - |
| XYZ | 5.05 | 3.36 | 10.51 | - |
| YUV | 52.84 | 150.1 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 37 | 92 | 0.25 | 0.60 | 0 | 0.64 | 274.91 | 0.43 | 0.25 |
| Hex | 45 | 25 | 5C | 19 | 3C | 0 | 40 | 113 | 2B | 19 |
| Octal | 105 | 45 | 134 | 31 | 74 | 0 | 100 | 423 | 53 | 31 |
| Binary | 1000101 | 100101 | 1011100 | 11001 | 111100 | 0 | 1000000 | 100010011 | 101011 | 11001 |
Color Harmonies of #45255C
Complementary color
Monochromatic Colors of #45255C
Black with #45255C
Text Example
Text Example
White with #45255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45255C; }
p { color: rgb(69,37,92); }
H1.HeaderClassName
{
color: #45255C;
}
.AnyTagClassName
{
color: #45255C;
}
</style>
background-color css
<style>
a { background-color: #45255C; }
a { background-color: rgb(69,37,92); }
div.DivClassName
{
background-color: #45255C;
}
.BgClassName
{
background-color: #45255C;
}
</style>
border-color css
<style>
span { border-color: #45255C; }
span { border-color: rgb(69,37,92); }
td.TdClassName
{
border-color: #45255C;
}
.TagClassName
{
border-color: #45255C;
}
</style>