#64316F

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

Shades of Seance #64316F

Tints of Seance #64316F

Color information

#64316F (or 0x64316F) is unknown color: approx Seance. HEX triplet: 64, 31 and 6F. RGB value is (100,49,111). Sum of RGB (Red+Green+Blue) = 100+49+111=260 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.46% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 111 (43.75% from 255 or 42.69% from 260); Max value from RGB is 111 - color contains mainly: blue. Hex color #64316F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64316F is #9BCE90. Grayscale: #474747. Windows color (decimal): -10210961 or 7287140. OLE color: 7287140.

HSL color Cylindrical-coordinate representation of color #64316F: hue angle of 289.35º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64316F is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10049111-
CMYK0.100.5600.56
HSL289.35º38.75%31.37%-
HSV(B)289.35º55.86%43.53%-
XYZ9.226.0515.72-
YUV71.32150.4148.46-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.46%
GREEN value IS 49 (19.53% from 255) = 18.85%
BLUE value IS 111 (43.75% from 255) = 42.69%
R=38.46%
G=18.85%
B=42.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal100491110.100.5600.56289.3538.7531.37
Hex64316FA38038121271f
Octal1446115712700704414737
Binary110010011000111011111010111000011100010010000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64316F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64316F; }

 p { color: rgb(100,49,111); }

 H1.HeaderClassName
 {
   color: #64316F;
 }
 .AnyTagClassName
 {
   color: #64316F;
 }
</style>
background-color css

<style>
 a { background-color: #64316F; }

 a { background-color: rgb(100,49,111); }

 div.DivClassName
 {
   background-color: #64316F;
 }
 .BgClassName
 {
   background-color: #64316F;
 }
</style>
border-color css

<style>
 span { border-color: #64316F; }

 span { border-color: rgb(100,49,111); }

 td.TdClassName
 {
   border-color: #64316F;
 }
 .TagClassName
 {
   border-color: #64316F;
 }
</style>