Shades of Scarlet Gum #532C67
Tints of Scarlet Gum #532C67
RGB
CMYK
RGB Variations
Color information
#532C67 (or 0x532C67) is known color: Scarlet Gum. HEX triplet: 53, 2C and 67. RGB value is (83,44,103). Sum of RGB (Red+Green+Blue) = 83+44+103=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 103 (40.62% from 255 or 44.78% from 230); Max value from RGB is 103 - color contains mainly: blue. Hex color #532C67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532C67 is #ACD398. Grayscale: #3E3E3E. Windows color (decimal): -11326361 or 6761555. OLE color: 6761555.
HSL color Cylindrical-coordinate representation of color #532C67: hue angle of 279.66º 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 #532C67 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 83 | 44 | 103 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.60 |
| HSL | 279.66º | 0.4% | 0.29% | - |
| HSV(B) | 279.66º | 0.57% | 0.4% | - |
| XYZ | 6.92 | 4.62 | 13.36 | - |
| YUV | 62.39 | 150.92 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 44 | 103 | 0.19 | 0.57 | 0 | 0.60 | 279.66 | 0.4 | 0.29 |
| Hex | 53 | 2C | 67 | 13 | 39 | 0 | 3C | 118 | 28 | 1D |
| Octal | 123 | 54 | 147 | 23 | 71 | 0 | 74 | 430 | 50 | 35 |
| Binary | 1010011 | 101100 | 1100111 | 10011 | 111001 | 0 | 111100 | 100011000 | 101000 | 11101 |
Color Harmonies of #532C67
Complementary color
Monochromatic Colors of #532C67
Black with #532C67
Text Example
Text Example
White with #532C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532C67; }
p { color: rgb(83,44,103); }
H1.HeaderClassName
{
color: #532C67;
}
.AnyTagClassName
{
color: #532C67;
}
</style>
background-color css
<style>
a { background-color: #532C67; }
a { background-color: rgb(83,44,103); }
div.DivClassName
{
background-color: #532C67;
}
.BgClassName
{
background-color: #532C67;
}
</style>
border-color css
<style>
span { border-color: #532C67; }
span { border-color: rgb(83,44,103); }
td.TdClassName
{
border-color: #532C67;
}
.TagClassName
{
border-color: #532C67;
}
</style>