Shades of Scarlet Gum #461C63
Tints of Scarlet Gum #461C63
RGB
CMYK
RGB Variations
Color information
#461C63 (or 0x461C63) is known color: Scarlet Gum. HEX triplet: 46, 1C and 63. RGB value is (70,28,99). Sum of RGB (Red+Green+Blue) = 70+28+99=197 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.53% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 99 (39.06% from 255 or 50.25% from 197); Max value from RGB is 99 - color contains mainly: blue. Hex color #461C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461C63 is #B9E39C. Grayscale: #303030. Windows color (decimal): -12182429 or 6495302. OLE color: 6495302.
HSL color Cylindrical-coordinate representation of color #461C63: hue angle of 275.49º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #461C63 is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 70 | 28 | 99 | - |
| CMYK | 0.29 | 0.72 | 0 | 0.61 |
| HSL | 275.49º | 0.56% | 0.25% | - |
| HSV(B) | 275.49º | 0.72% | 0.39% | - |
| XYZ | 5.19 | 3.03 | 12.12 | - |
| YUV | 48.65 | 156.41 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 28 | 99 | 0.29 | 0.72 | 0 | 0.61 | 275.49 | 0.56 | 0.25 |
| Hex | 46 | 1C | 63 | 1D | 48 | 0 | 3D | 113 | 38 | 19 |
| Octal | 106 | 34 | 143 | 35 | 110 | 0 | 75 | 423 | 70 | 31 |
| Binary | 1000110 | 11100 | 1100011 | 11101 | 1001000 | 0 | 111101 | 100010011 | 111000 | 11001 |
Color Harmonies of #461C63
Complementary color
Monochromatic Colors of #461C63
Black with #461C63
Text Example
Text Example
White with #461C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461C63; }
p { color: rgb(70,28,99); }
H1.HeaderClassName
{
color: #461C63;
}
.AnyTagClassName
{
color: #461C63;
}
</style>
background-color css
<style>
a { background-color: #461C63; }
a { background-color: rgb(70,28,99); }
div.DivClassName
{
background-color: #461C63;
}
.BgClassName
{
background-color: #461C63;
}
</style>
border-color css
<style>
span { border-color: #461C63; }
span { border-color: rgb(70,28,99); }
td.TdClassName
{
border-color: #461C63;
}
.TagClassName
{
border-color: #461C63;
}
</style>