#63376D

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

Shades of Seance #63376D

Tints of Seance #63376D

Color information

#63376D (or 0x63376D) is unknown color: approx Seance. HEX triplet: 63, 37 and 6D. RGB value is (99,55,109). Sum of RGB (Red+Green+Blue) = 99+55+109=263 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.64% from 263); Green value is 55 (21.88% from 255 or 20.91% from 263); Blue value is 109 (42.97% from 255 or 41.44% from 263); Max value from RGB is 109 - color contains mainly: blue. Hex color #63376D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63376D is #9CC892. Grayscale: #4A4A4A. Windows color (decimal): -10274963 or 7157603. OLE color: 7157603.

HSL color Cylindrical-coordinate representation of color #63376D: hue angle of 288.89º degrees, saturation: 0.33, 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 #63376D is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9955109-
CMYK0.090.5000.57
HSL288.89º32.93%32.16%-
HSV(B)288.89º49.54%42.75%-
XYZ9.276.4915.23-
YUV74.31147.58145.61-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.64%
GREEN value IS 55 (21.88% from 255) = 20.91%
BLUE value IS 109 (42.97% from 255) = 41.44%
R=37.64%
G=20.91%
B=41.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal99551090.090.5000.57288.8932.9332.16
Hex63376D9320391212120
Octal1436715511620714414140
Binary1100011110111110110110011100100111001100100001100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63376D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,55,109); }

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

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

 a { background-color: rgb(99,55,109); }

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

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

 span { border-color: rgb(99,55,109); }

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