Shades of Scarlet Gum #4B275D
Tints of Scarlet Gum #4B275D
RGB
CMYK
RGB Variations
Color information
#4B275D (or 0x4B275D) is known color: Scarlet Gum. HEX triplet: 4B, 27 and 5D. RGB value is (75,39,93). Sum of RGB (Red+Green+Blue) = 75+39+93=207 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.23% from 207); Green value is 39 (15.62% from 255 or 18.84% from 207); Blue value is 93 (36.72% from 255 or 44.93% from 207); Max value from RGB is 93 - color contains mainly: blue. Hex color #4B275D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B275D is #B4D8A2. Grayscale: #373737. Windows color (decimal): -11851939 or 6104907. OLE color: 6104907.
HSL color Cylindrical-coordinate representation of color #4B275D: hue angle of 280º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4B275D is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 75 | 39 | 93 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.64 |
| HSL | 280º | 0.41% | 0.26% | - |
| HSV(B) | 280º | 0.58% | 0.36% | - |
| XYZ | 5.6 | 3.74 | 10.78 | - |
| YUV | 55.92 | 148.93 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 39 | 93 | 0.19 | 0.58 | 0 | 0.64 | 280 | 0.41 | 0.26 |
| Hex | 4B | 27 | 5D | 13 | 3A | 0 | 40 | 118 | 29 | 1A |
| Octal | 113 | 47 | 135 | 23 | 72 | 0 | 100 | 430 | 51 | 32 |
| Binary | 1001011 | 100111 | 1011101 | 10011 | 111010 | 0 | 1000000 | 100011000 | 101001 | 11010 |
Color Harmonies of #4B275D
Complementary color
Monochromatic Colors of #4B275D
Black with #4B275D
Text Example
Text Example
White with #4B275D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B275D; }
p { color: rgb(75,39,93); }
H1.HeaderClassName
{
color: #4B275D;
}
.AnyTagClassName
{
color: #4B275D;
}
</style>
background-color css
<style>
a { background-color: #4B275D; }
a { background-color: rgb(75,39,93); }
div.DivClassName
{
background-color: #4B275D;
}
.BgClassName
{
background-color: #4B275D;
}
</style>
border-color css
<style>
span { border-color: #4B275D; }
span { border-color: rgb(75,39,93); }
td.TdClassName
{
border-color: #4B275D;
}
.TagClassName
{
border-color: #4B275D;
}
</style>