Shades of Scarlet Gum #461A55
Tints of Scarlet Gum #461A55
RGB
CMYK
RGB Variations
Color information
#461A55 (or 0x461A55) is known color: Scarlet Gum. HEX triplet: 46, 1A and 55. RGB value is (70,26,85). Sum of RGB (Red+Green+Blue) = 70+26+85=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 26 (10.55% from 255 or 14.36% from 181); Blue value is 85 (33.59% from 255 or 46.96% from 181); Max value from RGB is 85 - color contains mainly: blue. Hex color #461A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461A55 is #B9E5AA. Grayscale: #2D2D2D. Windows color (decimal): -12182955 or 5577286. OLE color: 5577286.
HSL color Cylindrical-coordinate representation of color #461A55: hue angle of 284.75º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #461A55 is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 26 | 85 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.67 |
| HSL | 284.75º | 0.53% | 0.22% | - |
| HSV(B) | 284.75º | 0.69% | 0.33% | - |
| XYZ | 4.53 | 2.7 | 8.88 | - |
| YUV | 45.88 | 150.08 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 26 | 85 | 0.18 | 0.69 | 0 | 0.67 | 284.75 | 0.53 | 0.22 |
| Hex | 46 | 1A | 55 | 12 | 45 | 0 | 43 | 11D | 35 | 16 |
| Octal | 106 | 32 | 125 | 22 | 105 | 0 | 103 | 435 | 65 | 26 |
| Binary | 1000110 | 11010 | 1010101 | 10010 | 1000101 | 0 | 1000011 | 100011101 | 110101 | 10110 |
Color Harmonies of #461A55
Complementary color
Monochromatic Colors of #461A55
Black with #461A55
Text Example
Text Example
White with #461A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461A55; }
p { color: rgb(70,26,85); }
H1.HeaderClassName
{
color: #461A55;
}
.AnyTagClassName
{
color: #461A55;
}
</style>
background-color css
<style>
a { background-color: #461A55; }
a { background-color: rgb(70,26,85); }
div.DivClassName
{
background-color: #461A55;
}
.BgClassName
{
background-color: #461A55;
}
</style>
border-color css
<style>
span { border-color: #461A55; }
span { border-color: rgb(70,26,85); }
td.TdClassName
{
border-color: #461A55;
}
.TagClassName
{
border-color: #461A55;
}
</style>