Shades of Scarlet Gum #502C67
Tints of Scarlet Gum #502C67
RGB
CMYK
RGB Variations
Color information
#502C67 (or 0x502C67) is known color: Scarlet Gum. HEX triplet: 50, 2C and 67. RGB value is (80,44,103). Sum of RGB (Red+Green+Blue) = 80+44+103=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 44 (17.58% from 255 or 19.38% from 227); Blue value is 103 (40.62% from 255 or 45.37% from 227); Max value from RGB is 103 - color contains mainly: blue. Hex color #502C67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502C67 is #AFD398. Grayscale: #3D3D3D. Windows color (decimal): -11522969 or 6761552. OLE color: 6761552.
HSL color Cylindrical-coordinate representation of color #502C67: hue angle of 276.61º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #502C67 is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 44 | 103 | - |
| CMYK | 0.22 | 0.57 | 0 | 0.60 |
| HSL | 276.61º | 0.4% | 0.29% | - |
| HSV(B) | 276.61º | 0.57% | 0.4% | - |
| XYZ | 6.66 | 4.49 | 13.35 | - |
| YUV | 61.49 | 151.43 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 44 | 103 | 0.22 | 0.57 | 0 | 0.60 | 276.61 | 0.4 | 0.29 |
| Hex | 50 | 2C | 67 | 16 | 39 | 0 | 3C | 115 | 28 | 1D |
| Octal | 120 | 54 | 147 | 26 | 71 | 0 | 74 | 425 | 50 | 35 |
| Binary | 1010000 | 101100 | 1100111 | 10110 | 111001 | 0 | 111100 | 100010101 | 101000 | 11101 |
Color Harmonies of #502C67
Complementary color
Monochromatic Colors of #502C67
Black with #502C67
Text Example
Text Example
White with #502C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502C67; }
p { color: rgb(80,44,103); }
H1.HeaderClassName
{
color: #502C67;
}
.AnyTagClassName
{
color: #502C67;
}
</style>
background-color css
<style>
a { background-color: #502C67; }
a { background-color: rgb(80,44,103); }
div.DivClassName
{
background-color: #502C67;
}
.BgClassName
{
background-color: #502C67;
}
</style>
border-color css
<style>
span { border-color: #502C67; }
span { border-color: rgb(80,44,103); }
td.TdClassName
{
border-color: #502C67;
}
.TagClassName
{
border-color: #502C67;
}
</style>