#63236F

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

Shades of Seance #63236F

Tints of Seance #63236F

Color information

#63236F (or 0x63236F) is unknown color: approx Seance. HEX triplet: 63, 23 and 6F. RGB value is (99,35,111). Sum of RGB (Red+Green+Blue) = 99+35+111=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 111 (43.75% from 255 or 45.31% from 245); Max value from RGB is 111 - color contains mainly: blue. Hex color #63236F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63236F is #9CDC90. Grayscale: #3E3E3E. Windows color (decimal): -10280081 or 7283555. OLE color: 7283555.

HSL color Cylindrical-coordinate representation of color #63236F: hue angle of 290.53º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #63236F is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9935111-
CMYK0.110.6800.56
HSL290.53º52.05%28.63%-
HSV(B)290.53º68.47%43.53%-
XYZ8.62515.55-
YUV62.8155.2153.82-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.41%
GREEN value IS 35 (14.06% from 255) = 14.29%
BLUE value IS 111 (43.75% from 255) = 45.31%
R=40.41%
G=14.29%
B=45.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal99351110.110.6800.56290.5352.0528.63
Hex63236FB44038123341d
Octal14343157131040704436435
Binary1100011100011110111110111000100011100010010001111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63236F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,35,111); }

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

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

 a { background-color: rgb(99,35,111); }

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

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

 span { border-color: rgb(99,35,111); }

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