Shades of Scarlet Gum #461A52
Tints of Scarlet Gum #461A52
RGB
CMYK
RGB Variations
Color information
#461A52 (or 0x461A52) is known color: Scarlet Gum. HEX triplet: 46, 1A and 52. RGB value is (70,26,82). Sum of RGB (Red+Green+Blue) = 70+26+82=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 26 (10.55% from 255 or 14.61% from 178); Blue value is 82 (32.42% from 255 or 46.07% from 178); Max value from RGB is 82 - color contains mainly: blue. Hex color #461A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461A52 is #B9E5AD. Grayscale: #2D2D2D. Windows color (decimal): -12182958 or 5380678. OLE color: 5380678.
HSL color Cylindrical-coordinate representation of color #461A52: hue angle of 287.14º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #461A52 is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 26 | 82 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.68 |
| HSL | 287.14º | 0.52% | 0.21% | - |
| HSV(B) | 287.14º | 0.68% | 0.32% | - |
| XYZ | 4.42 | 2.65 | 8.26 | - |
| YUV | 45.54 | 148.58 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 26 | 82 | 0.15 | 0.68 | 0 | 0.68 | 287.14 | 0.52 | 0.21 |
| Hex | 46 | 1A | 52 | F | 44 | 0 | 44 | 11F | 34 | 15 |
| Octal | 106 | 32 | 122 | 17 | 104 | 0 | 104 | 437 | 64 | 25 |
| Binary | 1000110 | 11010 | 1010010 | 1111 | 1000100 | 0 | 1000100 | 100011111 | 110100 | 10101 |
Color Harmonies of #461A52
Complementary color
Monochromatic Colors of #461A52
Black with #461A52
Text Example
Text Example
White with #461A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461A52; }
p { color: rgb(70,26,82); }
H1.HeaderClassName
{
color: #461A52;
}
.AnyTagClassName
{
color: #461A52;
}
</style>
background-color css
<style>
a { background-color: #461A52; }
a { background-color: rgb(70,26,82); }
div.DivClassName
{
background-color: #461A52;
}
.BgClassName
{
background-color: #461A52;
}
</style>
border-color css
<style>
span { border-color: #461A52; }
span { border-color: rgb(70,26,82); }
td.TdClassName
{
border-color: #461A52;
}
.TagClassName
{
border-color: #461A52;
}
</style>