Shades of Scarlet Gum #530F65
Tints of Scarlet Gum #530F65
RGB
CMYK
RGB Variations
Color information
#530F65 (or 0x530F65) is known color: Scarlet Gum. HEX triplet: 53, 0F and 65. RGB value is (83,15,101). Sum of RGB (Red+Green+Blue) = 83+15+101=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 15 (6.25% from 255 or 7.54% from 199); Blue value is 101 (39.84% from 255 or 50.75% from 199); Max value from RGB is 101 - color contains mainly: blue. Hex color #530F65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530F65 is #ACF09A. Grayscale: #2C2C2C. Windows color (decimal): -11333787 or 6623059. OLE color: 6623059.
HSL color Cylindrical-coordinate representation of color #530F65: hue angle of 287.44º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #530F65 is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 83 | 15 | 101 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.60 |
| HSL | 287.44º | 0.74% | 0.23% | - |
| HSV(B) | 287.44º | 0.85% | 0.4% | - |
| XYZ | 6.09 | 3.12 | 12.59 | - |
| YUV | 45.14 | 159.53 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 15 | 101 | 0.18 | 0.85 | 0 | 0.60 | 287.44 | 0.74 | 0.23 |
| Hex | 53 | F | 65 | 12 | 55 | 0 | 3C | 11F | 4A | 17 |
| Octal | 123 | 17 | 145 | 22 | 125 | 0 | 74 | 437 | 112 | 27 |
| Binary | 1010011 | 1111 | 1100101 | 10010 | 1010101 | 0 | 111100 | 100011111 | 1001010 | 10111 |
Color Harmonies of #530F65
Complementary color
Monochromatic Colors of #530F65
Black with #530F65
Text Example
Text Example
White with #530F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530F65; }
p { color: rgb(83,15,101); }
H1.HeaderClassName
{
color: #530F65;
}
.AnyTagClassName
{
color: #530F65;
}
</style>
background-color css
<style>
a { background-color: #530F65; }
a { background-color: rgb(83,15,101); }
div.DivClassName
{
background-color: #530F65;
}
.BgClassName
{
background-color: #530F65;
}
</style>
border-color css
<style>
span { border-color: #530F65; }
span { border-color: rgb(83,15,101); }
td.TdClassName
{
border-color: #530F65;
}
.TagClassName
{
border-color: #530F65;
}
</style>