#863F5D

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

Shades of Cosmic #863F5D

Tints of Cosmic #863F5D

Color information

#863F5D (or 0x863F5D) is unknown color: approx Cosmic. HEX triplet: 86, 3F and 5D. RGB value is (134,63,93). Sum of RGB (Red+Green+Blue) = 134+63+93=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 63 (25% from 255 or 21.72% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 134 - color contains mainly: red. Hex color #863F5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863F5D is #79C0A2. Grayscale: #575757. Windows color (decimal): -7979171 or 6111110. OLE color: 6111110.

HSL color Cylindrical-coordinate representation of color #863F5D: hue angle of 334.65º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #863F5D is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB1346393-
CMYK00.530.310.47
HSL334.65º36.04%38.63%-
HSV(B)334.65º52.99%52.55%-
XYZ13.589.4111.46-
YUV87.65131.02161.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.21%
GREEN value IS 63 (25% from 255) = 21.72%
BLUE value IS 93 (36.72% from 255) = 32.07%
R=46.21%
G=21.72%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134639300.530.310.47334.6536.0438.63
Hex863F5D0351F2F14f2427
Octal2067713506537575174447
Binary100001101111111011101011010111111101111101001111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,63,93); }

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

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

 a { background-color: rgb(134,63,93); }

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

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

 span { border-color: rgb(134,63,93); }

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