#64276D

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

Shades of Seance #64276D

Tints of Seance #64276D

Color information

#64276D (or 0x64276D) is unknown color: approx Seance. HEX triplet: 64, 27 and 6D. RGB value is (100,39,109). Sum of RGB (Red+Green+Blue) = 100+39+109=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 109 (42.97% from 255 or 43.95% from 248); Max value from RGB is 109 - color contains mainly: blue. Hex color #64276D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64276D is #9BD892. Grayscale: #414141. Windows color (decimal): -10213523 or 7153508. OLE color: 7153508.

HSL color Cylindrical-coordinate representation of color #64276D: hue angle of 292.29º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #64276D is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10039109-
CMYK0.080.6400.57
HSL292.29º47.3%29.02%-
HSV(B)292.29º64.22%42.75%-
XYZ8.745.2615.02-
YUV65.22152.71152.81-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.32%
GREEN value IS 39 (15.62% from 255) = 15.73%
BLUE value IS 109 (42.97% from 255) = 43.95%
R=40.32%
G=15.73%
B=43.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal100391090.080.6400.57292.2947.329.02
Hex64276D8400391242f1d
Octal14447155101000714445735
Binary1100100100111110110110001000000011100110010010010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64276D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64276D; }

 p { color: rgb(100,39,109); }

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

<style>
 a { background-color: #64276D; }

 a { background-color: rgb(100,39,109); }

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

<style>
 span { border-color: #64276D; }

 span { border-color: rgb(100,39,109); }

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