Shades of Scarlet Gum #411152
Tints of Scarlet Gum #411152
RGB
CMYK
RGB Variations
Color information
#411152 (or 0x411152) is known color: Scarlet Gum. HEX triplet: 41, 11 and 52. RGB value is (65,17,82). Sum of RGB (Red+Green+Blue) = 65+17+82=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 82 (32.42% from 255 or 50% from 164); Max value from RGB is 82 - color contains mainly: blue. Hex color #411152 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411152 is #BEEEAD. Grayscale: #262626. Windows color (decimal): -12512942 or 5378369. OLE color: 5378369.
HSL color Cylindrical-coordinate representation of color #411152: hue angle of 284.31º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #411152 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 65 | 17 | 82 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.68 |
| HSL | 284.31º | 0.66% | 0.19% | - |
| HSV(B) | 284.31º | 0.79% | 0.32% | - |
| XYZ | 3.9 | 2.13 | 8.19 | - |
| YUV | 38.76 | 152.4 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 17 | 82 | 0.21 | 0.79 | 0 | 0.68 | 284.31 | 0.66 | 0.19 |
| Hex | 41 | 11 | 52 | 15 | 4F | 0 | 44 | 11C | 42 | 13 |
| Octal | 101 | 21 | 122 | 25 | 117 | 0 | 104 | 434 | 102 | 23 |
| Binary | 1000001 | 10001 | 1010010 | 10101 | 1001111 | 0 | 1000100 | 100011100 | 1000010 | 10011 |
Color Harmonies of #411152
Complementary color
Monochromatic Colors of #411152
Black with #411152
Text Example
Text Example
White with #411152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411152; }
p { color: rgb(65,17,82); }
H1.HeaderClassName
{
color: #411152;
}
.AnyTagClassName
{
color: #411152;
}
</style>
background-color css
<style>
a { background-color: #411152; }
a { background-color: rgb(65,17,82); }
div.DivClassName
{
background-color: #411152;
}
.BgClassName
{
background-color: #411152;
}
</style>
border-color css
<style>
span { border-color: #411152; }
span { border-color: rgb(65,17,82); }
td.TdClassName
{
border-color: #411152;
}
.TagClassName
{
border-color: #411152;
}
</style>