Shades of Seance #64316D
Tints of Seance #64316D
RGB
CMYK
RGB Variations
Color information
#64316D (or 0x64316D) is known color: Seance. HEX triplet: 64, 31 and 6D. RGB value is (100,49,109). Sum of RGB (Red+Green+Blue) = 100+49+109=258 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.76% from 258); Green value is 49 (19.53% from 255 or 18.99% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 109 - color contains mainly: blue. Hex color #64316D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64316D is #9BCE92. Grayscale: #464646. Windows color (decimal): -10210963 or 7156068. OLE color: 7156068.
HSL color Cylindrical-coordinate representation of color #64316D: hue angle of 291º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64316D is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 100 | 49 | 109 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.57 |
| HSL | 291º | 0.38% | 0.31% | - |
| HSV(B) | 291º | 0.55% | 0.43% | - |
| XYZ | 9.11 | 6.01 | 15.15 | - |
| YUV | 71.09 | 149.4 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 49 | 109 | 0.08 | 0.55 | 0 | 0.57 | 291 | 0.38 | 0.31 |
| Hex | 64 | 31 | 6D | 8 | 37 | 0 | 39 | 123 | 26 | 1F |
| Octal | 144 | 61 | 155 | 10 | 67 | 0 | 71 | 443 | 46 | 37 |
| Binary | 1100100 | 110001 | 1101101 | 1000 | 110111 | 0 | 111001 | 100100011 | 100110 | 11111 |
Color Harmonies of #64316D
Complementary color
Monochromatic Colors of #64316D
Black with #64316D
Text Example
Text Example
White with #64316D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64316D; }
p { color: rgb(100,49,109); }
H1.HeaderClassName
{
color: #64316D;
}
.AnyTagClassName
{
color: #64316D;
}
</style>
background-color css
<style>
a { background-color: #64316D; }
a { background-color: rgb(100,49,109); }
div.DivClassName
{
background-color: #64316D;
}
.BgClassName
{
background-color: #64316D;
}
</style>
border-color css
<style>
span { border-color: #64316D; }
span { border-color: rgb(100,49,109); }
td.TdClassName
{
border-color: #64316D;
}
.TagClassName
{
border-color: #64316D;
}
</style>