Shades of Seance #653763
Tints of Seance #653763
RGB
CMYK
RGB Variations
Color information
#653763 (or 0x653763) is known color: Seance. HEX triplet: 65, 37 and 63. RGB value is (101,55,99). Sum of RGB (Red+Green+Blue) = 101+55+99=255 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.61% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 99 (39.06% from 255 or 38.82% from 255); Max value from RGB is 101 - color contains mainly: red. Hex color #653763 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653763 is #9AC89C. Grayscale: #494949. Windows color (decimal): -10143901 or 6502245. OLE color: 6502245.
HSL color Cylindrical-coordinate representation of color #653763: hue angle of 302.61º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #653763 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 55 | 99 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.60 |
| HSL | 302.61º | 0.29% | 0.31% | - |
| HSV(B) | 302.61º | 0.46% | 0.4% | - |
| XYZ | 8.99 | 6.4 | 12.57 | - |
| YUV | 73.77 | 142.24 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 55 | 99 | 0 | 0.46 | 0.02 | 0.60 | 302.61 | 0.29 | 0.31 |
| Hex | 65 | 37 | 63 | 0 | 2E | 2 | 3C | 12F | 1D | 1F |
| Octal | 145 | 67 | 143 | 0 | 56 | 2 | 74 | 457 | 35 | 37 |
| Binary | 1100101 | 110111 | 1100011 | 0 | 101110 | 10 | 111100 | 100101111 | 11101 | 11111 |
Color Harmonies of #653763
Complementary color
Monochromatic Colors of #653763
Black with #653763
Text Example
Text Example
White with #653763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653763; }
p { color: rgb(101,55,99); }
H1.HeaderClassName
{
color: #653763;
}
.AnyTagClassName
{
color: #653763;
}
</style>
background-color css
<style>
a { background-color: #653763; }
a { background-color: rgb(101,55,99); }
div.DivClassName
{
background-color: #653763;
}
.BgClassName
{
background-color: #653763;
}
</style>
border-color css
<style>
span { border-color: #653763; }
span { border-color: rgb(101,55,99); }
td.TdClassName
{
border-color: #653763;
}
.TagClassName
{
border-color: #653763;
}
</style>