#863D64

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

Shades of Cosmic #863D64

Tints of Cosmic #863D64

Color information

#863D64 (or 0x863D64) is unknown color: approx Cosmic. HEX triplet: 86, 3D and 64. RGB value is (134,61,100). Sum of RGB (Red+Green+Blue) = 134+61+100=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 61 (24.22% from 255 or 20.68% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 134 - color contains mainly: red. Hex color #863D64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863D64 is #79C29B. Grayscale: #575757. Windows color (decimal): -7979676 or 6569350. OLE color: 6569350.

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

Color convert

RGB13461100-
CMYK00.540.250.47
HSL327.95º37.44%38.24%-
HSV(B)327.95º54.48%52.55%-
XYZ13.89.3313.13-
YUV87.27135.18161.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.42%
GREEN value IS 61 (24.22% from 255) = 20.68%
BLUE value IS 100 (39.45% from 255) = 33.90%
R=45.42%
G=20.68%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1346110000.540.250.47327.9537.4438.24
Hex863D64036192F1482526
Octal2067514406631575104546
Binary100001101111011100100011011011001101111101001000100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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