Shades of Scarlet Gum #4A1263
Tints of Scarlet Gum #4A1263
RGB
CMYK
RGB Variations
Color information
#4A1263 (or 0x4A1263) is known color: Scarlet Gum. HEX triplet: 4A, 12 and 63. RGB value is (74,18,99). Sum of RGB (Red+Green+Blue) = 74+18+99=191 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.74% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 99 (39.06% from 255 or 51.83% from 191); Max value from RGB is 99 - color contains mainly: blue. Hex color #4A1263 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1263 is #B5ED9C. Grayscale: #2B2B2B. Windows color (decimal): -11922845 or 6492746. OLE color: 6492746.
HSL color Cylindrical-coordinate representation of color #4A1263: hue angle of 281.48º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A1263 is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 74 | 18 | 99 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.61 |
| HSL | 281.48º | 0.69% | 0.23% | - |
| HSV(B) | 281.48º | 0.82% | 0.39% | - |
| XYZ | 5.29 | 2.79 | 12.06 | - |
| YUV | 43.98 | 159.05 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 18 | 99 | 0.25 | 0.82 | 0 | 0.61 | 281.48 | 0.69 | 0.23 |
| Hex | 4A | 12 | 63 | 19 | 52 | 0 | 3D | 119 | 45 | 17 |
| Octal | 112 | 22 | 143 | 31 | 122 | 0 | 75 | 431 | 105 | 27 |
| Binary | 1001010 | 10010 | 1100011 | 11001 | 1010010 | 0 | 111101 | 100011001 | 1000101 | 10111 |
Color Harmonies of #4A1263
Complementary color
Monochromatic Colors of #4A1263
Black with #4A1263
Text Example
Text Example
White with #4A1263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1263; }
p { color: rgb(74,18,99); }
H1.HeaderClassName
{
color: #4A1263;
}
.AnyTagClassName
{
color: #4A1263;
}
</style>
background-color css
<style>
a { background-color: #4A1263; }
a { background-color: rgb(74,18,99); }
div.DivClassName
{
background-color: #4A1263;
}
.BgClassName
{
background-color: #4A1263;
}
</style>
border-color css
<style>
span { border-color: #4A1263; }
span { border-color: rgb(74,18,99); }
td.TdClassName
{
border-color: #4A1263;
}
.TagClassName
{
border-color: #4A1263;
}
</style>