#64316D

Color #64316D Seance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seance #64316D

Tints of Seance #64316D

Color information

#64316D (or 0x64316D) is unknown color: approx 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

RGB10049109-
CMYK0.080.5500.57
HSL291º37.97%30.98%-
HSV(B)291º55.05%42.75%-
XYZ9.116.0115.15-
YUV71.09149.4148.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 100 (39.45% from 255) = 38.76%
GREEN value IS 49 (19.53% from 255) = 18.99%
BLUE value IS 109 (42.97% from 255) = 42.25%
R=38.76%
G=18.99%
B=42.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal100491090.080.5500.5729137.9730.98
Hex64316D837039123261f
Octal1446115510670714434637
Binary110010011000111011011000110111011100110010001110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64316D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>