#863D62

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

Shades of Cosmic #863D62

Tints of Cosmic #863D62

Color information

#863D62 (or 0x863D62) is unknown color: approx Cosmic. HEX triplet: 86, 3D and 62. RGB value is (134,61,98). Sum of RGB (Red+Green+Blue) = 134+61+98=293 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.73% from 293); Green value is 61 (24.22% from 255 or 20.82% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 134 - color contains mainly: red. Hex color #863D62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863D62 is #79C29D. Grayscale: #565656. Windows color (decimal): -7979678 or 6438278. OLE color: 6438278.

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

Color convert

RGB1346198-
CMYK00.540.270.47
HSL329.59º37.44%38.24%-
HSV(B)329.59º54.48%52.55%-
XYZ13.79.2912.63-
YUV87.04134.18161.49-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.73%
GREEN value IS 61 (24.22% from 255) = 20.82%
BLUE value IS 98 (38.67% from 255) = 33.45%
R=45.73%
G=20.82%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134619800.540.270.47329.5937.4438.24
Hex863D620361B2F14a2526
Octal2067514206633575124546
Binary100001101111011100010011011011011101111101001010100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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