#863F62

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

Shades of Cosmic #863F62

Tints of Cosmic #863F62

Color information

#863F62 (or 0x863F62) is unknown color: approx Cosmic. HEX triplet: 86, 3F and 62. RGB value is (134,63,98). Sum of RGB (Red+Green+Blue) = 134+63+98=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 63 (25% from 255 or 21.36% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 134 - color contains mainly: red. Hex color #863F62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863F62 is #79C09D. Grayscale: #585858. Windows color (decimal): -7979166 or 6438790. OLE color: 6438790.

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

Color convert

RGB1346398-
CMYK00.530.270.47
HSL330.42º36.04%38.63%-
HSV(B)330.42º52.99%52.55%-
XYZ13.819.5112.66-
YUV88.22133.52160.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.42%
GREEN value IS 63 (25% from 255) = 21.36%
BLUE value IS 98 (38.67% from 255) = 33.22%
R=45.42%
G=21.36%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134639800.530.270.47330.4236.0438.63
Hex863F620351B2F14a2427
Octal2067714206533575124447
Binary100001101111111100010011010111011101111101001010100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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