Shades of Scarlet Gum #562A65
Tints of Scarlet Gum #562A65
RGB
CMYK
RGB Variations
Color information
#562A65 (or 0x562A65) is known color: Scarlet Gum. HEX triplet: 56, 2A and 65. RGB value is (86,42,101). Sum of RGB (Red+Green+Blue) = 86+42+101=229 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.55% from 229); Green value is 42 (16.80% from 255 or 18.34% from 229); Blue value is 101 (39.84% from 255 or 44.10% from 229); Max value from RGB is 101 - color contains mainly: blue. Hex color #562A65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562A65 is #A9D59A. Grayscale: #3D3D3D. Windows color (decimal): -11130267 or 6629974. OLE color: 6629974.
HSL color Cylindrical-coordinate representation of color #562A65: hue angle of 284.75º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #562A65 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 86 | 42 | 101 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.60 |
| HSL | 284.75º | 0.41% | 0.28% | - |
| HSV(B) | 284.75º | 0.58% | 0.4% | - |
| XYZ | 7.01 | 4.57 | 12.83 | - |
| YUV | 61.88 | 150.08 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 42 | 101 | 0.15 | 0.58 | 0 | 0.60 | 284.75 | 0.41 | 0.28 |
| Hex | 56 | 2A | 65 | F | 3A | 0 | 3C | 11D | 29 | 1C |
| Octal | 126 | 52 | 145 | 17 | 72 | 0 | 74 | 435 | 51 | 34 |
| Binary | 1010110 | 101010 | 1100101 | 1111 | 111010 | 0 | 111100 | 100011101 | 101001 | 11100 |
Color Harmonies of #562A65
Complementary color
Monochromatic Colors of #562A65
Black with #562A65
Text Example
Text Example
White with #562A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562A65; }
p { color: rgb(86,42,101); }
H1.HeaderClassName
{
color: #562A65;
}
.AnyTagClassName
{
color: #562A65;
}
</style>
background-color css
<style>
a { background-color: #562A65; }
a { background-color: rgb(86,42,101); }
div.DivClassName
{
background-color: #562A65;
}
.BgClassName
{
background-color: #562A65;
}
</style>
border-color css
<style>
span { border-color: #562A65; }
span { border-color: rgb(86,42,101); }
td.TdClassName
{
border-color: #562A65;
}
.TagClassName
{
border-color: #562A65;
}
</style>