#863B62

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

Shades of Cosmic #863B62

Tints of Cosmic #863B62

Color information

#863B62 (or 0x863B62) is unknown color: approx Cosmic. HEX triplet: 86, 3B and 62. RGB value is (134,59,98). Sum of RGB (Red+Green+Blue) = 134+59+98=291 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.05% from 291); Green value is 59 (23.44% from 255 or 20.27% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 134 - color contains mainly: red. Hex color #863B62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863B62 is #79C49D. Grayscale: #555555. Windows color (decimal): -7980190 or 6437766. OLE color: 6437766.

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

Color convert

RGB1345998-
CMYK00.560.270.47
HSL328.8º38.86%37.84%-
HSV(B)328.8º55.97%52.55%-
XYZ13.69.0812.59-
YUV85.87134.85162.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.05%
GREEN value IS 59 (23.44% from 255) = 20.27%
BLUE value IS 98 (38.67% from 255) = 33.68%
R=46.05%
G=20.27%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134599800.560.270.47328.838.8637.84
Hex863B620381B2F1492726
Octal2067314207033575114746
Binary100001101110111100010011100011011101111101001001100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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