Shades of Scarlet Gum #411752
Tints of Scarlet Gum #411752
RGB
CMYK
RGB Variations
Color information
#411752 (or 0x411752) is known color: Scarlet Gum. HEX triplet: 41, 17 and 52. RGB value is (65,23,82). Sum of RGB (Red+Green+Blue) = 65+23+82=170 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.24% from 170); Green value is 23 (9.38% from 255 or 13.53% from 170); Blue value is 82 (32.42% from 255 or 48.24% from 170); Max value from RGB is 82 - color contains mainly: blue. Hex color #411752 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411752 is #BEE8AD. Grayscale: #2A2A2A. Windows color (decimal): -12511406 or 5379905. OLE color: 5379905.
HSL color Cylindrical-coordinate representation of color #411752: hue angle of 282.71º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #411752 is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 65 | 23 | 82 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.68 |
| HSL | 282.71º | 0.56% | 0.21% | - |
| HSV(B) | 282.71º | 0.72% | 0.32% | - |
| XYZ | 4.01 | 2.35 | 8.22 | - |
| YUV | 42.28 | 150.41 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 23 | 82 | 0.21 | 0.72 | 0 | 0.68 | 282.71 | 0.56 | 0.21 |
| Hex | 41 | 17 | 52 | 15 | 48 | 0 | 44 | 11B | 38 | 15 |
| Octal | 101 | 27 | 122 | 25 | 110 | 0 | 104 | 433 | 70 | 25 |
| Binary | 1000001 | 10111 | 1010010 | 10101 | 1001000 | 0 | 1000100 | 100011011 | 111000 | 10101 |
Color Harmonies of #411752
Complementary color
Monochromatic Colors of #411752
Black with #411752
Text Example
Text Example
White with #411752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411752; }
p { color: rgb(65,23,82); }
H1.HeaderClassName
{
color: #411752;
}
.AnyTagClassName
{
color: #411752;
}
</style>
background-color css
<style>
a { background-color: #411752; }
a { background-color: rgb(65,23,82); }
div.DivClassName
{
background-color: #411752;
}
.BgClassName
{
background-color: #411752;
}
</style>
border-color css
<style>
span { border-color: #411752; }
span { border-color: rgb(65,23,82); }
td.TdClassName
{
border-color: #411752;
}
.TagClassName
{
border-color: #411752;
}
</style>