Shades of Scarlet Gum #4B125D
Tints of Scarlet Gum #4B125D
RGB
CMYK
RGB Variations
Color information
#4B125D (or 0x4B125D) is known color: Scarlet Gum. HEX triplet: 4B, 12 and 5D. RGB value is (75,18,93). Sum of RGB (Red+Green+Blue) = 75+18+93=186 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.32% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 93 (36.72% from 255 or 50% from 186); Max value from RGB is 93 - color contains mainly: blue. Hex color #4B125D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B125D is #B4EDA2. Grayscale: #2B2B2B. Windows color (decimal): -11857315 or 6099531. OLE color: 6099531.
HSL color Cylindrical-coordinate representation of color #4B125D: hue angle of 285.6º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4B125D is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 75 | 18 | 93 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.64 |
| HSL | 285.6º | 0.68% | 0.22% | - |
| HSV(B) | 285.6º | 0.81% | 0.36% | - |
| XYZ | 5.09 | 2.72 | 10.61 | - |
| YUV | 43.59 | 155.88 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 18 | 93 | 0.19 | 0.81 | 0 | 0.64 | 285.6 | 0.68 | 0.22 |
| Hex | 4B | 12 | 5D | 13 | 51 | 0 | 40 | 11E | 44 | 16 |
| Octal | 113 | 22 | 135 | 23 | 121 | 0 | 100 | 436 | 104 | 26 |
| Binary | 1001011 | 10010 | 1011101 | 10011 | 1010001 | 0 | 1000000 | 100011110 | 1000100 | 10110 |
Color Harmonies of #4B125D
Complementary color
Monochromatic Colors of #4B125D
Black with #4B125D
Text Example
Text Example
White with #4B125D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B125D; }
p { color: rgb(75,18,93); }
H1.HeaderClassName
{
color: #4B125D;
}
.AnyTagClassName
{
color: #4B125D;
}
</style>
background-color css
<style>
a { background-color: #4B125D; }
a { background-color: rgb(75,18,93); }
div.DivClassName
{
background-color: #4B125D;
}
.BgClassName
{
background-color: #4B125D;
}
</style>
border-color css
<style>
span { border-color: #4B125D; }
span { border-color: rgb(75,18,93); }
td.TdClassName
{
border-color: #4B125D;
}
.TagClassName
{
border-color: #4B125D;
}
</style>