#65366D

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

Shades of Seance #65366D

Tints of Seance #65366D

Color information

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

RGB10154109-
CMYK0.070.5000.57
HSL291.27º33.74%31.96%-
HSV(B)291.27º50.46%42.75%-
XYZ9.456.5115.23-
YUV74.32147.57147.03-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 38.26%
GREEN value IS 54 (21.48% from 255) = 20.45%
BLUE value IS 109 (42.97% from 255) = 41.29%
R=38.26%
G=20.45%
B=41.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal101541090.070.5000.57291.2733.7431.96
Hex65366D7320391232220
Octal145661557620714434240
Binary110010111011011011011111100100111001100100011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65366D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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