Shades of Scarlet Gum #4B2265
Tints of Scarlet Gum #4B2265
RGB
CMYK
RGB Variations
Color information
#4B2265 (or 0x4B2265) is known color: Scarlet Gum. HEX triplet: 4B, 22 and 65. RGB value is (75,34,101). Sum of RGB (Red+Green+Blue) = 75+34+101=210 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.71% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 101 (39.84% from 255 or 48.10% from 210); Max value from RGB is 101 - color contains mainly: blue. Hex color #4B2265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2265 is #B4DD9A. Grayscale: #353535. Windows color (decimal): -11853211 or 6627915. OLE color: 6627915.
HSL color Cylindrical-coordinate representation of color #4B2265: hue angle of 276.72º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B2265 is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 75 | 34 | 101 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.60 |
| HSL | 276.72º | 0.5% | 0.26% | - |
| HSV(B) | 276.72º | 0.66% | 0.4% | - |
| XYZ | 5.82 | 3.58 | 12.7 | - |
| YUV | 53.9 | 154.58 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 34 | 101 | 0.26 | 0.66 | 0 | 0.60 | 276.72 | 0.5 | 0.26 |
| Hex | 4B | 22 | 65 | 1A | 42 | 0 | 3C | 115 | 32 | 1A |
| Octal | 113 | 42 | 145 | 32 | 102 | 0 | 74 | 425 | 62 | 32 |
| Binary | 1001011 | 100010 | 1100101 | 11010 | 1000010 | 0 | 111100 | 100010101 | 110010 | 11010 |
Color Harmonies of #4B2265
Complementary color
Monochromatic Colors of #4B2265
Black with #4B2265
Text Example
Text Example
White with #4B2265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2265; }
p { color: rgb(75,34,101); }
H1.HeaderClassName
{
color: #4B2265;
}
.AnyTagClassName
{
color: #4B2265;
}
</style>
background-color css
<style>
a { background-color: #4B2265; }
a { background-color: rgb(75,34,101); }
div.DivClassName
{
background-color: #4B2265;
}
.BgClassName
{
background-color: #4B2265;
}
</style>
border-color css
<style>
span { border-color: #4B2265; }
span { border-color: rgb(75,34,101); }
td.TdClassName
{
border-color: #4B2265;
}
.TagClassName
{
border-color: #4B2265;
}
</style>