Shades of Scarlet Gum #4B125B
Tints of Scarlet Gum #4B125B
RGB
CMYK
RGB Variations
Color information
#4B125B (or 0x4B125B) is known color: Scarlet Gum. HEX triplet: 4B, 12 and 5B. RGB value is (75,18,91). Sum of RGB (Red+Green+Blue) = 75+18+91=184 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.76% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 91 (35.94% from 255 or 49.46% from 184); Max value from RGB is 91 - color contains mainly: blue. Hex color #4B125B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B125B is #B4EDA4. Grayscale: #2B2B2B. Windows color (decimal): -11857317 or 5968459. OLE color: 5968459.
HSL color Cylindrical-coordinate representation of color #4B125B: hue angle of 286.85º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4B125B is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 75 | 18 | 91 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.64 |
| HSL | 286.85º | 0.67% | 0.21% | - |
| HSV(B) | 286.85º | 0.8% | 0.36% | - |
| XYZ | 5.01 | 2.68 | 10.15 | - |
| YUV | 43.37 | 154.88 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 18 | 91 | 0.18 | 0.80 | 0 | 0.64 | 286.85 | 0.67 | 0.21 |
| Hex | 4B | 12 | 5B | 12 | 50 | 0 | 40 | 11F | 43 | 15 |
| Octal | 113 | 22 | 133 | 22 | 120 | 0 | 100 | 437 | 103 | 25 |
| Binary | 1001011 | 10010 | 1011011 | 10010 | 1010000 | 0 | 1000000 | 100011111 | 1000011 | 10101 |
Color Harmonies of #4B125B
Complementary color
Monochromatic Colors of #4B125B
Black with #4B125B
Text Example
Text Example
White with #4B125B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B125B; }
p { color: rgb(75,18,91); }
H1.HeaderClassName
{
color: #4B125B;
}
.AnyTagClassName
{
color: #4B125B;
}
</style>
background-color css
<style>
a { background-color: #4B125B; }
a { background-color: rgb(75,18,91); }
div.DivClassName
{
background-color: #4B125B;
}
.BgClassName
{
background-color: #4B125B;
}
</style>
border-color css
<style>
span { border-color: #4B125B; }
span { border-color: rgb(75,18,91); }
td.TdClassName
{
border-color: #4B125B;
}
.TagClassName
{
border-color: #4B125B;
}
</style>