Shades of Scarlet Gum #461853
Tints of Scarlet Gum #461853
RGB
CMYK
RGB Variations
Color information
#461853 (or 0x461853) is known color: Scarlet Gum. HEX triplet: 46, 18 and 53. RGB value is (70,24,83). Sum of RGB (Red+Green+Blue) = 70+24+83=177 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.55% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 83 (32.81% from 255 or 46.89% from 177); Max value from RGB is 83 - color contains mainly: blue. Hex color #461853 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461853 is #B9E7AC. Grayscale: #2C2C2C. Windows color (decimal): -12183469 or 5445702. OLE color: 5445702.
HSL color Cylindrical-coordinate representation of color #461853: hue angle of 286.78º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #461853 is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 24 | 83 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.67 |
| HSL | 286.78º | 0.55% | 0.21% | - |
| HSV(B) | 286.78º | 0.71% | 0.33% | - |
| XYZ | 4.41 | 2.58 | 8.45 | - |
| YUV | 44.48 | 149.74 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 24 | 83 | 0.16 | 0.71 | 0 | 0.67 | 286.78 | 0.55 | 0.21 |
| Hex | 46 | 18 | 53 | 10 | 47 | 0 | 43 | 11F | 37 | 15 |
| Octal | 106 | 30 | 123 | 20 | 107 | 0 | 103 | 437 | 67 | 25 |
| Binary | 1000110 | 11000 | 1010011 | 10000 | 1000111 | 0 | 1000011 | 100011111 | 110111 | 10101 |
Color Harmonies of #461853
Complementary color
Monochromatic Colors of #461853
Black with #461853
Text Example
Text Example
White with #461853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461853; }
p { color: rgb(70,24,83); }
H1.HeaderClassName
{
color: #461853;
}
.AnyTagClassName
{
color: #461853;
}
</style>
background-color css
<style>
a { background-color: #461853; }
a { background-color: rgb(70,24,83); }
div.DivClassName
{
background-color: #461853;
}
.BgClassName
{
background-color: #461853;
}
</style>
border-color css
<style>
span { border-color: #461853; }
span { border-color: rgb(70,24,83); }
td.TdClassName
{
border-color: #461853;
}
.TagClassName
{
border-color: #461853;
}
</style>