Shades of Scarlet Gum #461D52
Tints of Scarlet Gum #461D52
RGB
CMYK
RGB Variations
Color information
#461D52 (or 0x461D52) is known color: Scarlet Gum. HEX triplet: 46, 1D and 52. RGB value is (70,29,82). Sum of RGB (Red+Green+Blue) = 70+29+82=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 29 (11.72% from 255 or 16.02% from 181); Blue value is 82 (32.42% from 255 or 45.30% from 181); Max value from RGB is 82 - color contains mainly: blue. Hex color #461D52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461D52 is #B9E2AD. Grayscale: #2F2F2F. Windows color (decimal): -12182190 or 5381446. OLE color: 5381446.
HSL color Cylindrical-coordinate representation of color #461D52: hue angle of 286.42º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #461D52 is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 29 | 82 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.68 |
| HSL | 286.42º | 0.48% | 0.22% | - |
| HSV(B) | 286.42º | 0.65% | 0.32% | - |
| XYZ | 4.49 | 2.79 | 8.28 | - |
| YUV | 47.3 | 147.58 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 29 | 82 | 0.15 | 0.65 | 0 | 0.68 | 286.42 | 0.48 | 0.22 |
| Hex | 46 | 1D | 52 | F | 41 | 0 | 44 | 11E | 30 | 16 |
| Octal | 106 | 35 | 122 | 17 | 101 | 0 | 104 | 436 | 60 | 26 |
| Binary | 1000110 | 11101 | 1010010 | 1111 | 1000001 | 0 | 1000100 | 100011110 | 110000 | 10110 |
Color Harmonies of #461D52
Complementary color
Monochromatic Colors of #461D52
Black with #461D52
Text Example
Text Example
White with #461D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461D52; }
p { color: rgb(70,29,82); }
H1.HeaderClassName
{
color: #461D52;
}
.AnyTagClassName
{
color: #461D52;
}
</style>
background-color css
<style>
a { background-color: #461D52; }
a { background-color: rgb(70,29,82); }
div.DivClassName
{
background-color: #461D52;
}
.BgClassName
{
background-color: #461D52;
}
</style>
border-color css
<style>
span { border-color: #461D52; }
span { border-color: rgb(70,29,82); }
td.TdClassName
{
border-color: #461D52;
}
.TagClassName
{
border-color: #461D52;
}
</style>