#863E63

Color #863E63 Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #863E63

Tints of Cosmic #863E63

Color information

#863E63 (or 0x863E63) is unknown color: approx Cosmic. HEX triplet: 86, 3E and 63. RGB value is (134,62,99). Sum of RGB (Red+Green+Blue) = 134+62+99=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 62 (24.61% from 255 or 21.02% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 134 - color contains mainly: red. Hex color #863E63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863E63 is #79C19C. Grayscale: #575757. Windows color (decimal): -7979421 or 6504070. OLE color: 6504070.

HSL color Cylindrical-coordinate representation of color #863E63: hue angle of 329.17º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #863E63 is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB1346299-
CMYK00.540.260.47
HSL329.17º36.73%38.43%-
HSV(B)329.17º53.73%52.55%-
XYZ13.819.4112.89-
YUV87.75134.35160.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.42%
GREEN value IS 62 (24.61% from 255) = 21.02%
BLUE value IS 99 (39.06% from 255) = 33.56%
R=45.42%
G=21.02%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134629900.540.260.47329.1736.7338.43
Hex863E630361A2F1492526
Octal2067614306632575114546
Binary100001101111101100011011011011010101111101001001100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863E63; }

 p { color: rgb(134,62,99); }

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

<style>
 a { background-color: #863E63; }

 a { background-color: rgb(134,62,99); }

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

<style>
 span { border-color: #863E63; }

 span { border-color: rgb(134,62,99); }

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