Shades of Scarlet Gum #45295C
Tints of Scarlet Gum #45295C
RGB
CMYK
RGB Variations
Color information
#45295C (or 0x45295C) is known color: Scarlet Gum. HEX triplet: 45, 29 and 5C. RGB value is (69,41,92). Sum of RGB (Red+Green+Blue) = 69+41+92=202 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.16% from 202); Green value is 41 (16.41% from 255 or 20.30% from 202); Blue value is 92 (36.33% from 255 or 45.54% from 202); Max value from RGB is 92 - color contains mainly: blue. Hex color #45295C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45295C is #BAD6A3. Grayscale: #373737. Windows color (decimal): -12244644 or 6039877. OLE color: 6039877.
HSL color Cylindrical-coordinate representation of color #45295C: hue angle of 272.94º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #45295C is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 41 | 92 | - |
| CMYK | 0.25 | 0.55 | 0 | 0.64 |
| HSL | 272.94º | 0.38% | 0.26% | - |
| HSV(B) | 272.94º | 0.55% | 0.36% | - |
| XYZ | 5.18 | 3.62 | 10.55 | - |
| YUV | 55.19 | 148.78 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 41 | 92 | 0.25 | 0.55 | 0 | 0.64 | 272.94 | 0.38 | 0.26 |
| Hex | 45 | 29 | 5C | 19 | 37 | 0 | 40 | 111 | 26 | 1A |
| Octal | 105 | 51 | 134 | 31 | 67 | 0 | 100 | 421 | 46 | 32 |
| Binary | 1000101 | 101001 | 1011100 | 11001 | 110111 | 0 | 1000000 | 100010001 | 100110 | 11010 |
Color Harmonies of #45295C
Complementary color
Monochromatic Colors of #45295C
Black with #45295C
Text Example
Text Example
White with #45295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45295C; }
p { color: rgb(69,41,92); }
H1.HeaderClassName
{
color: #45295C;
}
.AnyTagClassName
{
color: #45295C;
}
</style>
background-color css
<style>
a { background-color: #45295C; }
a { background-color: rgb(69,41,92); }
div.DivClassName
{
background-color: #45295C;
}
.BgClassName
{
background-color: #45295C;
}
</style>
border-color css
<style>
span { border-color: #45295C; }
span { border-color: rgb(69,41,92); }
td.TdClassName
{
border-color: #45295C;
}
.TagClassName
{
border-color: #45295C;
}
</style>