Shades of Scarlet Gum #45215C
Tints of Scarlet Gum #45215C
RGB
CMYK
RGB Variations
Color information
#45215C (or 0x45215C) is known color: Scarlet Gum. HEX triplet: 45, 21 and 5C. RGB value is (69,33,92). Sum of RGB (Red+Green+Blue) = 69+33+92=194 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.57% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 92 (36.33% from 255 or 47.42% from 194); Max value from RGB is 92 - color contains mainly: blue. Hex color #45215C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45215C is #BADEA3. Grayscale: #323232. Windows color (decimal): -12246692 or 6037829. OLE color: 6037829.
HSL color Cylindrical-coordinate representation of color #45215C: hue angle of 276.61º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #45215C is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 33 | 92 | - |
| CMYK | 0.25 | 0.64 | 0 | 0.64 |
| HSL | 276.61º | 0.47% | 0.25% | - |
| HSV(B) | 276.61º | 0.64% | 0.36% | - |
| XYZ | 4.93 | 3.13 | 10.47 | - |
| YUV | 50.49 | 151.43 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 33 | 92 | 0.25 | 0.64 | 0 | 0.64 | 276.61 | 0.47 | 0.25 |
| Hex | 45 | 21 | 5C | 19 | 40 | 0 | 40 | 115 | 2F | 19 |
| Octal | 105 | 41 | 134 | 31 | 100 | 0 | 100 | 425 | 57 | 31 |
| Binary | 1000101 | 100001 | 1011100 | 11001 | 1000000 | 0 | 1000000 | 100010101 | 101111 | 11001 |
Color Harmonies of #45215C
Complementary color
Monochromatic Colors of #45215C
Black with #45215C
Text Example
Text Example
White with #45215C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45215C; }
p { color: rgb(69,33,92); }
H1.HeaderClassName
{
color: #45215C;
}
.AnyTagClassName
{
color: #45215C;
}
</style>
background-color css
<style>
a { background-color: #45215C; }
a { background-color: rgb(69,33,92); }
div.DivClassName
{
background-color: #45215C;
}
.BgClassName
{
background-color: #45215C;
}
</style>
border-color css
<style>
span { border-color: #45215C; }
span { border-color: rgb(69,33,92); }
td.TdClassName
{
border-color: #45215C;
}
.TagClassName
{
border-color: #45215C;
}
</style>