Shades of Scarlet Gum #45245D
Tints of Scarlet Gum #45245D
RGB
CMYK
RGB Variations
Color information
#45245D (or 0x45245D) is known color: Scarlet Gum. HEX triplet: 45, 24 and 5D. RGB value is (69,36,93). Sum of RGB (Red+Green+Blue) = 69+36+93=198 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.85% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 93 (36.72% from 255 or 46.97% from 198); Max value from RGB is 93 - color contains mainly: blue. Hex color #45245D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45245D is #BADBA2. Grayscale: #343434. Windows color (decimal): -12245923 or 6104133. OLE color: 6104133.
HSL color Cylindrical-coordinate representation of color #45245D: hue angle of 274.74º 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 #45245D is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 36 | 93 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.64 |
| HSL | 274.74º | 0.44% | 0.25% | - |
| HSV(B) | 274.74º | 0.61% | 0.36% | - |
| XYZ | 5.06 | 3.32 | 10.73 | - |
| YUV | 52.37 | 150.93 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 36 | 93 | 0.26 | 0.61 | 0 | 0.64 | 274.74 | 0.44 | 0.25 |
| Hex | 45 | 24 | 5D | 1A | 3D | 0 | 40 | 113 | 2C | 19 |
| Octal | 105 | 44 | 135 | 32 | 75 | 0 | 100 | 423 | 54 | 31 |
| Binary | 1000101 | 100100 | 1011101 | 11010 | 111101 | 0 | 1000000 | 100010011 | 101100 | 11001 |
Color Harmonies of #45245D
Complementary color
Monochromatic Colors of #45245D
Black with #45245D
Text Example
Text Example
White with #45245D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45245D; }
p { color: rgb(69,36,93); }
H1.HeaderClassName
{
color: #45245D;
}
.AnyTagClassName
{
color: #45245D;
}
</style>
background-color css
<style>
a { background-color: #45245D; }
a { background-color: rgb(69,36,93); }
div.DivClassName
{
background-color: #45245D;
}
.BgClassName
{
background-color: #45245D;
}
</style>
border-color css
<style>
span { border-color: #45245D; }
span { border-color: rgb(69,36,93); }
td.TdClassName
{
border-color: #45245D;
}
.TagClassName
{
border-color: #45245D;
}
</style>