Shades of Seance #65366D
Tints of Seance #65366D
RGB
CMYK
RGB Variations
Color information
#65366D (or 0x65366D) is known color: Seance. HEX triplet: 65, 36 and 6D. RGB value is (101,54,109). Sum of RGB (Red+Green+Blue) = 101+54+109=264 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.26% from 264); Green value is 54 (21.48% from 255 or 20.45% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 109 - color contains mainly: blue. Hex color #65366D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65366D is #9AC992. Grayscale: #4A4A4A. Windows color (decimal): -10144147 or 7157349. OLE color: 7157349.
HSL color Cylindrical-coordinate representation of color #65366D: hue angle of 291.27º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65366D is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 54 | 109 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.57 |
| HSL | 291.27º | 0.34% | 0.32% | - |
| HSV(B) | 291.27º | 0.5% | 0.43% | - |
| XYZ | 9.45 | 6.51 | 15.23 | - |
| YUV | 74.32 | 147.57 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 54 | 109 | 0.07 | 0.50 | 0 | 0.57 | 291.27 | 0.34 | 0.32 |
| Hex | 65 | 36 | 6D | 7 | 32 | 0 | 39 | 123 | 22 | 20 |
| Octal | 145 | 66 | 155 | 7 | 62 | 0 | 71 | 443 | 42 | 40 |
| Binary | 1100101 | 110110 | 1101101 | 111 | 110010 | 0 | 111001 | 100100011 | 100010 | 100000 |
Color Harmonies of #65366D
Complementary color
Monochromatic Colors of #65366D
Black with #65366D
Text Example
Text Example
White with #65366D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65366D; }
p { color: rgb(101,54,109); }
H1.HeaderClassName
{
color: #65366D;
}
.AnyTagClassName
{
color: #65366D;
}
</style>
background-color css
<style>
a { background-color: #65366D; }
a { background-color: rgb(101,54,109); }
div.DivClassName
{
background-color: #65366D;
}
.BgClassName
{
background-color: #65366D;
}
</style>
border-color css
<style>
span { border-color: #65366D; }
span { border-color: rgb(101,54,109); }
td.TdClassName
{
border-color: #65366D;
}
.TagClassName
{
border-color: #65366D;
}
</style>