#863F5B

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

Shades of Cosmic #863F5B

Tints of Cosmic #863F5B

Color information

#863F5B (or 0x863F5B) is unknown color: approx Cosmic. HEX triplet: 86, 3F and 5B. RGB value is (134,63,91). Sum of RGB (Red+Green+Blue) = 134+63+91=288 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.53% from 288); Green value is 63 (25% from 255 or 21.88% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 134 - color contains mainly: red. Hex color #863F5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863F5B is #79C0A4. Grayscale: #575757. Windows color (decimal): -7979173 or 5980038. OLE color: 5980038.

HSL color Cylindrical-coordinate representation of color #863F5B: hue angle of 336.34º 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 #863F5B is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB1346391-
CMYK00.530.320.47
HSL336.34º36.04%38.63%-
HSV(B)336.34º52.99%52.55%-
XYZ13.59.3811-
YUV87.42130.02161.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.53%
GREEN value IS 63 (25% from 255) = 21.88%
BLUE value IS 91 (35.94% from 255) = 31.60%
R=46.53%
G=21.88%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134639100.530.320.47336.3436.0438.63
Hex863F5B035202F1502427
Octal2067713306540575204447
Binary1000011011111110110110110101100000101111101010000100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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